Html Css Color HEX #A0EF90 Granny Smith Apple

📋 copy color: '#A0EF90'

red 160 ◦ green 239 ◦ blue 144

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

Shades of Granny Smith Apple #A0EF90

Tints of Granny Smith Apple #A0EF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.52%

R = 29.47%
G = 44.01%
B = 26.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#A0EF90 (or 0xA0EF90) is known color: Granny Smith Apple. HEX triplet: A0, EF and 90. RGB value is (160,239,144). Sum of RGB (Red+Green+Blue) = 160+239+144=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF90 is #5F106F. Grayscale: #CCCCCC. Windows color (decimal): -6230128 or 9498528. OLE color: 9498528.

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

Color convert

RGB 160 239 144 -
CMYK 0.33 0 0.40 0.06
HSL 109.89º 0.75% 0.75% -
HSV(B) 109.89º 0.4% 0.94% -
XYZ 50.4 71.22 37.48 -
YUV 204.55 93.83 96.22 -
System Red Green Blue C M Y K H S L
Decimal 160 239 144 0.33 0 0.40 0.06 109.89 0.75 0.75
Hex A0 EF 90 21 0 28 6 6E 4B 4B
Octal 240 357 220 41 0 50 6 156 113 113
Binary 10100000 11101111 10010000 100001 0 101000 110 1101110 1001011 1001011

Color Harmonies of #A0EF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF90

Black with #A0EF90

Text Example


Text Example

White with #A0EF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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