Html Css Color HEX #A0D59E Granny Smith Apple

📋 copy color: '#A0D59E'

red 160 ◦ green 213 ◦ blue 158

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

Shades of Granny Smith Apple #A0D59E

Tints of Granny Smith Apple #A0D59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 30.13%
G = 40.11%
B = 29.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#A0D59E (or 0xA0D59E) is known color: Granny Smith Apple. HEX triplet: A0, D5 and 9E. RGB value is (160,213,158). Sum of RGB (Red+Green+Blue) = 160+213+158=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D59E is #5F2A61. Grayscale: #BFBFBF. Windows color (decimal): -6236770 or 10409376. OLE color: 10409376.

HSL color Cylindrical-coordinate representation of color #A0D59E: hue angle of 117.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D59E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 158 -
CMYK 0.25 0 0.26 0.16
HSL 117.82º 0.4% 0.73% -
HSV(B) 117.82º 0.26% 0.84% -
XYZ 44.46 57.53 41.11 -
YUV 190.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 160 213 158 0.25 0 0.26 0.16 117.82 0.4 0.73
Hex A0 D5 9E 19 0 1A 10 76 28 49
Octal 240 325 236 31 0 32 20 166 50 111
Binary 10100000 11010101 10011110 11001 0 11010 10000 1110110 101000 1001001

Color Harmonies of #A0D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D59E

Black with #A0D59E

Text Example


Text Example

White with #A0D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D59E; }

 p { color: rgb(160,213,158); }

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

background-color css

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

 a { background-color: rgb(160,213,158); }

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

border-color css

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

 span { border-color: rgb(160,213,158); }

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