Html Css Color HEX #A4D0A0 Granny Smith Apple

📋 copy color: '#A4D0A0'

red 164 ◦ green 208 ◦ blue 160

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

Shades of Granny Smith Apple #A4D0A0

Tints of Granny Smith Apple #A4D0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 30.83%
G = 39.1%
B = 30.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#A4D0A0 (or 0xA4D0A0) is known color: Granny Smith Apple. HEX triplet: A4, D0 and A0. RGB value is (164,208,160). Sum of RGB (Red+Green+Blue) = 164+208+160=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D0A0 is #5B2F5F. Grayscale: #BDBDBD. Windows color (decimal): -5975904 or 10539172. OLE color: 10539172.

HSL color Cylindrical-coordinate representation of color #A4D0A0: hue angle of 115º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D0A0 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 160 -
CMYK 0.21 0 0.23 0.18
HSL 115º 0.34% 0.72% -
HSV(B) 115º 0.23% 0.82% -
XYZ 44.21 55.54 41.65 -
YUV 189.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 164 208 160 0.21 0 0.23 0.18 115 0.34 0.72
Hex A4 D0 A0 15 0 17 12 73 22 48
Octal 244 320 240 25 0 27 22 163 42 110
Binary 10100100 11010000 10100000 10101 0 10111 10010 1110011 100010 1001000

Color Harmonies of #A4D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D0A0

Black with #A4D0A0

Text Example


Text Example

White with #A4D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D0A0; }

 p { color: rgb(164,208,160); }

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

background-color css

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

 a { background-color: rgb(164,208,160); }

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

border-color css

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

 span { border-color: rgb(164,208,160); }

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