Html Css Color HEX #A1D696 Granny Smith Apple

📋 copy color: '#A1D696'

red 161 ◦ green 214 ◦ blue 150

#A1D696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A1D696

Tints of Granny Smith Apple #A1D696

RGB

 RED value IS 161 (63.28% from 255) = 30.67%

 GREEN value IS 214 (83.98% from 255) = 40.76%

 BLUE value IS 150 (58.98% from 255) = 28.57%

R = 30.67%
G = 40.76%
B = 28.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A1D696 (or 0xA1D696) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 96. RGB value is (161,214,150). Sum of RGB (Red+Green+Blue) = 161+214+150=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D696 is #5E2969. Grayscale: #BFBFBF. Windows color (decimal): -6170986 or 9885345. OLE color: 9885345.

HSL color Cylindrical-coordinate representation of color #A1D696: hue angle of 109.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D696 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 150 -
CMYK 0.25 0 0.30 0.16
HSL 109.69º 0.44% 0.71% -
HSV(B) 109.69º 0.3% 0.84% -
XYZ 44.25 57.87 37.69 -
YUV 190.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 161 214 150 0.25 0 0.30 0.16 109.69 0.44 0.71
Hex A1 D6 96 19 0 1E 10 6E 2C 47
Octal 241 326 226 31 0 36 20 156 54 107
Binary 10100001 11010110 10010110 11001 0 11110 10000 1101110 101100 1000111

Color Harmonies of #A1D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D696

Black with #A1D696

Text Example


Text Example

White with #A1D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D696; }

 p { color: rgb(161,214,150); }

 H1.HeaderClassName
 {
   color: #A1D696;
 }
 .AnyTagClassName
 {
   color: #A1D696;
 }
</style>

background-color css

<style>
 a { background-color: #A1D696; }

 a { background-color: rgb(161,214,150); }

 div.DivClassName
 {
   background-color: #A1D696;
 }
 .BgClassName
 {
   background-color: #A1D696;
 }
</style>

border-color css

<style>
 span { border-color: #A1D696; }

 span { border-color: rgb(161,214,150); }

 td.TdClassName
 {
   border-color: #A1D696;
 }
 .TagClassName
 {
   border-color: #A1D696;
 }
</style>