Html Css Color HEX #A4ED96 Granny Smith Apple

📋 copy color: '#A4ED96'

red 164 ◦ green 237 ◦ blue 150

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

Shades of Granny Smith Apple #A4ED96

Tints of Granny Smith Apple #A4ED96

RGB

 RED value IS 164 (64.45% from 255) = 29.76%

 GREEN value IS 237 (92.97% from 255) = 43.01%

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

R = 29.76%
G = 43.01%
B = 27.22%

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

#A4ED96 (or 0xA4ED96) is known color: Granny Smith Apple. HEX triplet: A4, ED and 96. RGB value is (164,237,150). Sum of RGB (Red+Green+Blue) = 164+237+150=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ED96 is #5B1269. Grayscale: #CDCDCD. Windows color (decimal): -5968490 or 9891236. OLE color: 9891236.

HSL color Cylindrical-coordinate representation of color #A4ED96: hue angle of 110.34º degrees, saturation: 0.71, 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 #A4ED96 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 150 -
CMYK 0.31 0 0.37 0.07
HSL 110.34º 0.71% 0.76% -
HSV(B) 110.34º 0.37% 0.93% -
XYZ 51.1 70.66 39.8 -
YUV 205.26 96.82 98.57 -
System Red Green Blue C M Y K H S L
Decimal 164 237 150 0.31 0 0.37 0.07 110.34 0.71 0.76
Hex A4 ED 96 1F 0 25 7 6E 47 4C
Octal 244 355 226 37 0 45 7 156 107 114
Binary 10100100 11101101 10010110 11111 0 100101 111 1101110 1000111 1001100

Color Harmonies of #A4ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ED96

Black with #A4ED96

Text Example


Text Example

White with #A4ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ED96; }

 p { color: rgb(164,237,150); }

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

background-color css

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

 a { background-color: rgb(164,237,150); }

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

border-color css

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

 span { border-color: rgb(164,237,150); }

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