Html Css Color HEX #A0E19C Granny Smith Apple

📋 copy color: '#A0E19C'

red 160 ◦ green 225 ◦ blue 156

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

Shades of Granny Smith Apple #A0E19C

Tints of Granny Smith Apple #A0E19C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 29.57%
G = 41.59%
B = 28.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#A0E19C (or 0xA0E19C) is known color: Granny Smith Apple. HEX triplet: A0, E1 and 9C. RGB value is (160,225,156). Sum of RGB (Red+Green+Blue) = 160+225+156=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E19C is #5F1E63. Grayscale: #C5C5C5. Windows color (decimal): -6233700 or 10281376. OLE color: 10281376.

HSL color Cylindrical-coordinate representation of color #A0E19C: hue angle of 116.52º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E19C is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 156 -
CMYK 0.29 0 0.31 0.12
HSL 116.52º 0.53% 0.75% -
HSV(B) 116.52º 0.31% 0.88% -
XYZ 47.42 63.72 41.25 -
YUV 197.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 160 225 156 0.29 0 0.31 0.12 116.52 0.53 0.75
Hex A0 E1 9C 1D 0 1F C 75 35 4B
Octal 240 341 234 35 0 37 14 165 65 113
Binary 10100000 11100001 10011100 11101 0 11111 1100 1110101 110101 1001011

Color Harmonies of #A0E19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E19C

Black with #A0E19C

Text Example


Text Example

White with #A0E19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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