Html Css Color HEX #A0F289 Granny Smith Apple

📋 copy color: '#A0F289'

red 160 ◦ green 242 ◦ blue 137

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

Shades of Granny Smith Apple #A0F289

Tints of Granny Smith Apple #A0F289

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

 BLUE value IS 137 (53.91% from 255) = 25.42%

R = 29.68%
G = 44.9%
B = 25.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#A0F289 (or 0xA0F289) is known color: Granny Smith Apple. HEX triplet: A0, F2 and 89. RGB value is (160,242,137). Sum of RGB (Red+Green+Blue) = 160+242+137=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F289 is #5F0D76. Grayscale: #CDCDCD. Windows color (decimal): -6229367 or 9040544. OLE color: 9040544.

HSL color Cylindrical-coordinate representation of color #A0F289: hue angle of 106.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0F289 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 137 -
CMYK 0.34 0 0.43 0.05
HSL 106.86º 0.8% 0.74% -
HSV(B) 106.86º 0.43% 0.95% -
XYZ 50.76 72.78 35.04 -
YUV 205.51 89.33 95.54 -
System Red Green Blue C M Y K H S L
Decimal 160 242 137 0.34 0 0.43 0.05 106.86 0.8 0.74
Hex A0 F2 89 22 0 2B 5 6B 50 4A
Octal 240 362 211 42 0 53 5 153 120 112
Binary 10100000 11110010 10001001 100010 0 101011 101 1101011 1010000 1001010

Color Harmonies of #A0F289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F289

Black with #A0F289

Text Example


Text Example

White with #A0F289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F289; }

 p { color: rgb(160,242,137); }

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

background-color css

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

 a { background-color: rgb(160,242,137); }

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

border-color css

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

 span { border-color: rgb(160,242,137); }

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