Html Css Color HEX #A2F904 Spring Bud

📋 copy color: '#A2F904'

red 162 ◦ green 249 ◦ blue 4

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

Shades of Spring Bud #A2F904

Tints of Spring Bud #A2F904

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 39.04%
G = 60%
B = 0.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#A2F904 (or 0xA2F904) is known color: Spring Bud. HEX triplet: A2, F9 and 04. RGB value is (162,249,4). Sum of RGB (Red+Green+Blue) = 162+249+4=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F904 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F904 is #5D06FB. Grayscale: #C3C3C3. Windows color (decimal): -6096636 or 326050. OLE color: 326050.

HSL color Cylindrical-coordinate representation of color #A2F904: hue angle of 81.31º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2F904 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 4 -
CMYK 0.35 0 0.98 0.02
HSL 81.31º 0.97% 0.5% -
HSV(B) 81.31º 0.98% 0.98% -
XYZ 48.8 75.44 12.1 -
YUV 195.06 20.18 104.42 -
System Red Green Blue C M Y K H S L
Decimal 162 249 4 0.35 0 0.98 0.02 81.31 0.97 0.5
Hex A2 F9 4 23 0 62 2 51 61 32
Octal 242 371 4 43 0 142 2 121 141 62
Binary 10100010 11111001 100 100011 0 1100010 10 1010001 1100001 110010

Color Harmonies of #A2F904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F904

Black with #A2F904

Text Example


Text Example

White with #A2F904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F904; }

 p { color: rgb(162,249,4); }

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

background-color css

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

 a { background-color: rgb(162,249,4); }

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

border-color css

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

 span { border-color: rgb(162,249,4); }

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