Html Css Color HEX #A5E196 Granny Smith Apple

📋 copy color: '#A5E196'

red 165 ◦ green 225 ◦ blue 150

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

Shades of Granny Smith Apple #A5E196

Tints of Granny Smith Apple #A5E196

RGB

 RED value IS 165 (64.84% from 255) = 30.56%

 GREEN value IS 225 (88.28% from 255) = 41.67%

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

R = 30.56%
G = 41.67%
B = 27.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#A5E196 (or 0xA5E196) is known color: Granny Smith Apple. HEX triplet: A5, E1 and 96. RGB value is (165,225,150). Sum of RGB (Red+Green+Blue) = 165+225+150=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E196 is #5A1E69. Grayscale: #C6C6C6. Windows color (decimal): -5906026 or 9888165. OLE color: 9888165.

HSL color Cylindrical-coordinate representation of color #A5E196: hue angle of 108º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5E196 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 150 -
CMYK 0.27 0 0.33 0.12
HSL 108º 0.56% 0.74% -
HSV(B) 108º 0.33% 0.88% -
XYZ 47.95 64.05 38.69 -
YUV 198.51 100.62 104.1 -
System Red Green Blue C M Y K H S L
Decimal 165 225 150 0.27 0 0.33 0.12 108 0.56 0.74
Hex A5 E1 96 1B 0 21 C 6C 38 4A
Octal 245 341 226 33 0 41 14 154 70 112
Binary 10100101 11100001 10010110 11011 0 100001 1100 1101100 111000 1001010

Color Harmonies of #A5E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E196

Black with #A5E196

Text Example


Text Example

White with #A5E196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E196; }

 p { color: rgb(165,225,150); }

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

background-color css

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

 a { background-color: rgb(165,225,150); }

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

border-color css

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

 span { border-color: rgb(165,225,150); }

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