Html Css Color HEX #A2FA04 Spring Bud

📋 copy color: '#A2FA04'

red 162 ◦ green 250 ◦ blue 4

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

Shades of Spring Bud #A2FA04

Tints of Spring Bud #A2FA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.1%

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

R = 38.94%
G = 60.1%
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

#A2FA04 (or 0xA2FA04) is known color: Spring Bud. HEX triplet: A2, FA and 04. RGB value is (162,250,4). Sum of RGB (Red+Green+Blue) = 162+250+4=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA04 is #5D05FB. Grayscale: #C4C4C4. Windows color (decimal): -6096380 or 326306. OLE color: 326306.

HSL color Cylindrical-coordinate representation of color #A2FA04: hue angle of 81.46º 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 #A2FA04 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 4 -
CMYK 0.35 0 0.98 0.02
HSL 81.46º 0.97% 0.5% -
HSV(B) 81.46º 0.98% 0.98% -
XYZ 49.11 76.06 12.21 -
YUV 195.64 19.85 104 -
System Red Green Blue C M Y K H S L
Decimal 162 250 4 0.35 0 0.98 0.02 81.46 0.97 0.5
Hex A2 FA 4 23 0 62 2 51 61 32
Octal 242 372 4 43 0 142 2 121 141 62
Binary 10100010 11111010 100 100011 0 1100010 10 1010001 1100001 110010

Color Harmonies of #A2FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA04

Black with #A2FA04

Text Example


Text Example

White with #A2FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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