Html Css Color HEX #A0F091 Granny Smith Apple

📋 copy color: '#A0F091'

red 160 ◦ green 240 ◦ blue 145

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

Shades of Granny Smith Apple #A0F091

Tints of Granny Smith Apple #A0F091

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 145 (57.03% from 255) = 26.61%

R = 29.36%
G = 44.04%
B = 26.61%

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

#A0F091 (or 0xA0F091) is known color: Granny Smith Apple. HEX triplet: A0, F0 and 91. RGB value is (160,240,145). Sum of RGB (Red+Green+Blue) = 160+240+145=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F091 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F091 is #5F0F6E. Grayscale: #CDCDCD. Windows color (decimal): -6229871 or 9564320. OLE color: 9564320.

HSL color Cylindrical-coordinate representation of color #A0F091: hue angle of 110.53º degrees, saturation: 0.76, 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 #A0F091 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 145 -
CMYK 0.33 0 0.40 0.06
HSL 110.53º 0.76% 0.75% -
HSV(B) 110.53º 0.4% 0.94% -
XYZ 50.77 71.84 37.98 -
YUV 205.25 94 95.72 -
System Red Green Blue C M Y K H S L
Decimal 160 240 145 0.33 0 0.40 0.06 110.53 0.76 0.75
Hex A0 F0 91 21 0 28 6 6F 4C 4B
Octal 240 360 221 41 0 50 6 157 114 113
Binary 10100000 11110000 10010001 100001 0 101000 110 1101111 1001100 1001011

Color Harmonies of #A0F091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F091

Black with #A0F091

Text Example


Text Example

White with #A0F091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F091; }

 p { color: rgb(160,240,145); }

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

background-color css

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

 a { background-color: rgb(160,240,145); }

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

border-color css

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

 span { border-color: rgb(160,240,145); }

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