Html Css Color HEX #A2F00F Spring Bud

📋 copy color: '#A2F00F'

red 162 ◦ green 240 ◦ blue 15

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

Shades of Spring Bud #A2F00F

Tints of Spring Bud #A2F00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.6%

R = 38.85%
G = 57.55%
B = 3.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#A2F00F (or 0xA2F00F) is known color: Spring Bud. HEX triplet: A2, F0 and 0F. RGB value is (162,240,15). Sum of RGB (Red+Green+Blue) = 162+240+15=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F00F is #5D0FF0. Grayscale: #BFBFBF. Windows color (decimal): -6098929 or 1044642. OLE color: 1044642.

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

Color convert

RGB 162 240 15 -
CMYK 0.32 0 0.94 0.06
HSL 80.8º 0.88% 0.5% -
HSV(B) 80.8º 0.94% 0.94% -
XYZ 46.15 70.04 11.54 -
YUV 191.03 28.66 107.3 -
System Red Green Blue C M Y K H S L
Decimal 162 240 15 0.32 0 0.94 0.06 80.8 0.88 0.5
Hex A2 F0 F 20 0 5E 6 51 58 32
Octal 242 360 17 40 0 136 6 121 130 62
Binary 10100010 11110000 1111 100000 0 1011110 110 1010001 1011000 110010

Color Harmonies of #A2F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F00F

Black with #A2F00F

Text Example


Text Example

White with #A2F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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