Html Css Color HEX #A0F092 Granny Smith Apple

📋 copy color: '#A0F092'

red 160 ◦ green 240 ◦ blue 146

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

Shades of Granny Smith Apple #A0F092

Tints of Granny Smith Apple #A0F092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.74%

R = 29.3%
G = 43.96%
B = 26.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#A0F092 (or 0xA0F092) is known color: Granny Smith Apple. HEX triplet: A0, F0 and 92. RGB value is (160,240,146). Sum of RGB (Red+Green+Blue) = 160+240+146=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F092 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F092 is #5F0F6D. Grayscale: #CDCDCD. Windows color (decimal): -6229870 or 9629856. OLE color: 9629856.

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

Color convert

RGB 160 240 146 -
CMYK 0.33 0 0.39 0.06
HSL 111.06º 0.76% 0.76% -
HSV(B) 111.06º 0.39% 0.94% -
XYZ 50.85 71.87 38.39 -
YUV 205.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 160 240 146 0.33 0 0.39 0.06 111.06 0.76 0.76
Hex A0 F0 92 21 0 27 6 6F 4C 4C
Octal 240 360 222 41 0 47 6 157 114 114
Binary 10100000 11110000 10010010 100001 0 100111 110 1101111 1001100 1001100

Color Harmonies of #A0F092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F092

Black with #A0F092

Text Example


Text Example

White with #A0F092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F092; }

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

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

background-color css

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

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

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

border-color css

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

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

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