Html Css Color HEX #A5EE96 Granny Smith Apple

📋 copy color: '#A5EE96'

red 165 ◦ green 238 ◦ blue 150

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

Shades of Granny Smith Apple #A5EE96

Tints of Granny Smith Apple #A5EE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.04%

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

R = 29.84%
G = 43.04%
B = 27.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A5EE96 (or 0xA5EE96) is known color: Granny Smith Apple. HEX triplet: A5, EE and 96. RGB value is (165,238,150). Sum of RGB (Red+Green+Blue) = 165+238+150=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EE96 is #5A1169. Grayscale: #CECECE. Windows color (decimal): -5902698 or 9891493. OLE color: 9891493.

HSL color Cylindrical-coordinate representation of color #A5EE96: hue angle of 109.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5EE96 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 150 -
CMYK 0.31 0 0.37 0.07
HSL 109.77º 0.72% 0.76% -
HSV(B) 109.77º 0.37% 0.93% -
XYZ 51.6 71.35 39.91 -
YUV 206.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 165 238 150 0.31 0 0.37 0.07 109.77 0.72 0.76
Hex A5 EE 96 1F 0 25 7 6E 48 4C
Octal 245 356 226 37 0 45 7 156 110 114
Binary 10100101 11101110 10010110 11111 0 100101 111 1101110 1001000 1001100

Color Harmonies of #A5EE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE96

Black with #A5EE96

Text Example


Text Example

White with #A5EE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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