Html Css Color HEX #A0D19C Granny Smith Apple

📋 copy color: '#A0D19C'

red 160 ◦ green 209 ◦ blue 156

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

Shades of Granny Smith Apple #A0D19C

Tints of Granny Smith Apple #A0D19C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

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

R = 30.48%
G = 39.81%
B = 29.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#A0D19C (or 0xA0D19C) is known color: Granny Smith Apple. HEX triplet: A0, D1 and 9C. RGB value is (160,209,156). Sum of RGB (Red+Green+Blue) = 160+209+156=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D19C is #5F2E63. Grayscale: #BCBCBC. Windows color (decimal): -6237796 or 10277280. OLE color: 10277280.

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

Color convert

RGB 160 209 156 -
CMYK 0.23 0 0.25 0.18
HSL 115.47º 0.37% 0.72% -
HSV(B) 115.47º 0.25% 0.82% -
XYZ 43.3 55.47 39.88 -
YUV 188.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 160 209 156 0.23 0 0.25 0.18 115.47 0.37 0.72
Hex A0 D1 9C 17 0 19 12 73 25 48
Octal 240 321 234 27 0 31 22 163 45 110
Binary 10100000 11010001 10011100 10111 0 11001 10010 1110011 100101 1001000

Color Harmonies of #A0D19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D19C

Black with #A0D19C

Text Example


Text Example

White with #A0D19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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