Html Css Color HEX #A2F010 Spring Bud

📋 copy color: '#A2F010'

red 162 ◦ green 240 ◦ blue 16

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

Shades of Spring Bud #A2F010

Tints of Spring Bud #A2F010

RGB

 RED value IS 162 (63.67% from 255) = 38.76%

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

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

R = 38.76%
G = 57.42%
B = 3.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#A2F010 (or 0xA2F010) is known color: Spring Bud. HEX triplet: A2, F0 and 10. RGB value is (162,240,16). Sum of RGB (Red+Green+Blue) = 162+240+16=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F010 is #5D0FEF. Grayscale: #BFBFBF. Windows color (decimal): -6098928 or 1110178. OLE color: 1110178.

HSL color Cylindrical-coordinate representation of color #A2F010: hue angle of 80.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2F010 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 16 -
CMYK 0.32 0 0.93 0.06
HSL 80.89º 0.88% 0.5% -
HSV(B) 80.89º 0.93% 0.94% -
XYZ 46.15 70.04 11.58 -
YUV 191.14 29.16 107.21 -
System Red Green Blue C M Y K H S L
Decimal 162 240 16 0.32 0 0.93 0.06 80.89 0.88 0.5
Hex A2 F0 10 20 0 5D 6 51 58 32
Octal 242 360 20 40 0 135 6 121 130 62
Binary 10100010 11110000 10000 100000 0 1011101 110 1010001 1011000 110010

Color Harmonies of #A2F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F010

Black with #A2F010

Text Example


Text Example

White with #A2F010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F010; }

 p { color: rgb(162,240,16); }

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

background-color css

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

 a { background-color: rgb(162,240,16); }

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

border-color css

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

 span { border-color: rgb(162,240,16); }

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