Html Css Color HEX #A0EE8B Granny Smith Apple

📋 copy color: '#A0EE8B'

red 160 ◦ green 238 ◦ blue 139

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

Shades of Granny Smith Apple #A0EE8B

Tints of Granny Smith Apple #A0EE8B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

 BLUE value IS 139 (54.69% from 255) = 25.88%

R = 29.8%
G = 44.32%
B = 25.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A0EE8B (or 0xA0EE8B) is known color: Granny Smith Apple. HEX triplet: A0, EE and 8B. RGB value is (160,238,139). Sum of RGB (Red+Green+Blue) = 160+238+139=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE8B is #5F1174. Grayscale: #CBCBCB. Windows color (decimal): -6230389 or 9170592. OLE color: 9170592.

HSL color Cylindrical-coordinate representation of color #A0EE8B: hue angle of 107.27º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0EE8B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 139 -
CMYK 0.33 0 0.42 0.07
HSL 107.27º 0.74% 0.74% -
HSV(B) 107.27º 0.42% 0.93% -
XYZ 49.73 70.49 35.41 -
YUV 203.39 91.66 97.05 -
System Red Green Blue C M Y K H S L
Decimal 160 238 139 0.33 0 0.42 0.07 107.27 0.74 0.74
Hex A0 EE 8B 21 0 2A 7 6B 4A 4A
Octal 240 356 213 41 0 52 7 153 112 112
Binary 10100000 11101110 10001011 100001 0 101010 111 1101011 1001010 1001010

Color Harmonies of #A0EE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE8B

Black with #A0EE8B

Text Example


Text Example

White with #A0EE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE8B; }

 p { color: rgb(160,238,139); }

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

background-color css

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

 a { background-color: rgb(160,238,139); }

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

border-color css

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

 span { border-color: rgb(160,238,139); }

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