Html Css Color HEX #A0F210 Spring Bud

📋 copy color: '#A0F210'

red 160 ◦ green 242 ◦ blue 16

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

Shades of Spring Bud #A0F210

Tints of Spring Bud #A0F210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 38.28%
G = 57.89%
B = 3.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#A0F210 (or 0xA0F210) is known color: Spring Bud. HEX triplet: A0, F2 and 10. RGB value is (160,242,16). Sum of RGB (Red+Green+Blue) = 160+242+16=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F210 is #5F0DEF. Grayscale: #C0C0C0. Windows color (decimal): -6229488 or 1110688. OLE color: 1110688.

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

Color convert

RGB 160 242 16 -
CMYK 0.34 0 0.93 0.05
HSL 81.77º 0.9% 0.51% -
HSV(B) 81.77º 0.93% 0.95% -
XYZ 46.34 71.02 11.76 -
YUV 191.72 28.83 105.38 -
System Red Green Blue C M Y K H S L
Decimal 160 242 16 0.34 0 0.93 0.05 81.77 0.9 0.51
Hex A0 F2 10 22 0 5D 5 52 5A 33
Octal 240 362 20 42 0 135 5 122 132 63
Binary 10100000 11110010 10000 100010 0 1011101 101 1010010 1011010 110011

Color Harmonies of #A0F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F210

Black with #A0F210

Text Example


Text Example

White with #A0F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F210; }

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

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

background-color css

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

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

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

border-color css

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

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

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