Html Css Color HEX #A2FA18 Spring Bud

📋 copy color: '#A2FA18'

red 162 ◦ green 250 ◦ blue 24

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

Shades of Spring Bud #A2FA18

Tints of Spring Bud #A2FA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 37.16%
G = 57.34%
B = 5.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A2FA18 (or 0xA2FA18) is known color: Spring Bud. HEX triplet: A2, FA and 18. RGB value is (162,250,24). Sum of RGB (Red+Green+Blue) = 162+250+24=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA18 is #5D05E7. Grayscale: #C6C6C6. Windows color (decimal): -6096360 or 1637026. OLE color: 1637026.

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

Color convert

RGB 162 250 24 -
CMYK 0.35 0 0.90 0.02
HSL 83.36º 0.96% 0.54% -
HSV(B) 83.36º 0.9% 0.98% -
XYZ 49.25 76.12 12.96 -
YUV 197.92 29.85 102.38 -
System Red Green Blue C M Y K H S L
Decimal 162 250 24 0.35 0 0.90 0.02 83.36 0.96 0.54
Hex A2 FA 18 23 0 5A 2 53 60 36
Octal 242 372 30 43 0 132 2 123 140 66
Binary 10100010 11111010 11000 100011 0 1011010 10 1010011 1100000 110110

Color Harmonies of #A2FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA18

Black with #A2FA18

Text Example


Text Example

White with #A2FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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