Html Css Color HEX #A0E09D Granny Smith Apple

📋 copy color: '#A0E09D'

red 160 ◦ green 224 ◦ blue 157

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

Shades of Granny Smith Apple #A0E09D

Tints of Granny Smith Apple #A0E09D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.4%

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 29.57%
G = 41.4%
B = 29.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#A0E09D (or 0xA0E09D) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 9D. RGB value is (160,224,157). Sum of RGB (Red+Green+Blue) = 160+224+157=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E09D is #5F1F62. Grayscale: #C5C5C5. Windows color (decimal): -6233955 or 10346656. OLE color: 10346656.

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

Color convert

RGB 160 224 157 -
CMYK 0.29 0 0.30 0.12
HSL 117.31º 0.52% 0.75% -
HSV(B) 117.31º 0.3% 0.88% -
XYZ 47.24 63.22 41.61 -
YUV 197.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 160 224 157 0.29 0 0.30 0.12 117.31 0.52 0.75
Hex A0 E0 9D 1D 0 1E C 75 34 4B
Octal 240 340 235 35 0 36 14 165 64 113
Binary 10100000 11100000 10011101 11101 0 11110 1100 1110101 110100 1001011

Color Harmonies of #A0E09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E09D

Black with #A0E09D

Text Example


Text Example

White with #A0E09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E09D; }

 p { color: rgb(160,224,157); }

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

background-color css

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

 a { background-color: rgb(160,224,157); }

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

border-color css

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

 span { border-color: rgb(160,224,157); }

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