Html Css Color HEX #A0EE8D Granny Smith Apple

📋 copy color: '#A0EE8D'

red 160 ◦ green 238 ◦ blue 141

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

Shades of Granny Smith Apple #A0EE8D

Tints of Granny Smith Apple #A0EE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 29.68%
G = 44.16%
B = 26.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#A0EE8D (or 0xA0EE8D) is known color: Granny Smith Apple. HEX triplet: A0, EE and 8D. RGB value is (160,238,141). Sum of RGB (Red+Green+Blue) = 160+238+141=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE8D is #5F1172. Grayscale: #CBCBCB. Windows color (decimal): -6230387 or 9301664. OLE color: 9301664.

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

Color convert

RGB 160 238 141 -
CMYK 0.33 0 0.41 0.07
HSL 108.25º 0.74% 0.74% -
HSV(B) 108.25º 0.41% 0.93% -
XYZ 49.88 70.55 36.19 -
YUV 203.62 92.66 96.89 -
System Red Green Blue C M Y K H S L
Decimal 160 238 141 0.33 0 0.41 0.07 108.25 0.74 0.74
Hex A0 EE 8D 21 0 29 7 6C 4A 4A
Octal 240 356 215 41 0 51 7 154 112 112
Binary 10100000 11101110 10001101 100001 0 101001 111 1101100 1001010 1001010

Color Harmonies of #A0EE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE8D

Black with #A0EE8D

Text Example


Text Example

White with #A0EE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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