Html Css Color HEX #A0EF87 Granny Smith Apple

📋 copy color: '#A0EF87'

red 160 ◦ green 239 ◦ blue 135

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

Shades of Granny Smith Apple #A0EF87

Tints of Granny Smith Apple #A0EF87

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

 BLUE value IS 135 (53.13% from 255) = 25.28%

R = 29.96%
G = 44.76%
B = 25.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#A0EF87 (or 0xA0EF87) is known color: Granny Smith Apple. HEX triplet: A0, EF and 87. RGB value is (160,239,135). Sum of RGB (Red+Green+Blue) = 160+239+135=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF87 is #5F1078. Grayscale: #CBCBCB. Windows color (decimal): -6230137 or 8908704. OLE color: 8908704.

HSL color Cylindrical-coordinate representation of color #A0EF87: hue angle of 105.58º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0EF87 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 135 -
CMYK 0.33 0 0.44 0.06
HSL 105.58º 0.76% 0.73% -
HSV(B) 105.58º 0.44% 0.94% -
XYZ 49.74 70.96 34 -
YUV 203.52 89.33 96.96 -
System Red Green Blue C M Y K H S L
Decimal 160 239 135 0.33 0 0.44 0.06 105.58 0.76 0.73
Hex A0 EF 87 21 0 2C 6 6A 4C 49
Octal 240 357 207 41 0 54 6 152 114 111
Binary 10100000 11101111 10000111 100001 0 101100 110 1101010 1001100 1001001

Color Harmonies of #A0EF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF87

Black with #A0EF87

Text Example


Text Example

White with #A0EF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF87; }

 p { color: rgb(160,239,135); }

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

background-color css

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

 a { background-color: rgb(160,239,135); }

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

border-color css

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

 span { border-color: rgb(160,239,135); }

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