Html Css Color HEX #A0D49C Granny Smith Apple

📋 copy color: '#A0D49C'

red 160 ◦ green 212 ◦ blue 156

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

Shades of Granny Smith Apple #A0D49C

Tints of Granny Smith Apple #A0D49C

RGB

 RED value IS 160 (62.89% from 255) = 30.3%

 GREEN value IS 212 (83.2% from 255) = 40.15%

 BLUE value IS 156 (61.33% from 255) = 29.55%

R = 30.3%
G = 40.15%
B = 29.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#A0D49C (or 0xA0D49C) is known color: Granny Smith Apple. HEX triplet: A0, D4 and 9C. RGB value is (160,212,156). Sum of RGB (Red+Green+Blue) = 160+212+156=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49C is #5F2B63. Grayscale: #BEBEBE. Windows color (decimal): -6237028 or 10278048. OLE color: 10278048.

HSL color Cylindrical-coordinate representation of color #A0D49C: hue angle of 115.71º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D49C is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 156 -
CMYK 0.25 0 0.26 0.17
HSL 115.71º 0.39% 0.72% -
HSV(B) 115.71º 0.26% 0.83% -
XYZ 44.04 56.96 40.13 -
YUV 190.07 108.77 106.55 -
System Red Green Blue C M Y K H S L
Decimal 160 212 156 0.25 0 0.26 0.17 115.71 0.39 0.72
Hex A0 D4 9C 19 0 1A 11 74 27 48
Octal 240 324 234 31 0 32 21 164 47 110
Binary 10100000 11010100 10011100 11001 0 11010 10001 1110100 100111 1001000

Color Harmonies of #A0D49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D49C

Black with #A0D49C

Text Example


Text Example

White with #A0D49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D49C; }

 p { color: rgb(160,212,156); }

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

background-color css

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

 a { background-color: rgb(160,212,156); }

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

border-color css

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

 span { border-color: rgb(160,212,156); }

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