Html Css Color HEX #A2FC0A Spring Bud

📋 copy color: '#A2FC0A'

red 162 ◦ green 252 ◦ blue 10

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

Shades of Spring Bud #A2FC0A

Tints of Spring Bud #A2FC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.43%

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 38.21%
G = 59.43%
B = 2.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#A2FC0A (or 0xA2FC0A) is known color: Spring Bud. HEX triplet: A2, FC and 0A. RGB value is (162,252,10). Sum of RGB (Red+Green+Blue) = 162+252+10=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FC0A is #5D03F5. Grayscale: #C6C6C6. Windows color (decimal): -6095862 or 720034. OLE color: 720034.

HSL color Cylindrical-coordinate representation of color #A2FC0A: hue angle of 82.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2FC0A is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 252 10 -
CMYK 0.36 0 0.96 0.01
HSL 82.31º 0.98% 0.51% -
HSV(B) 82.31º 0.96% 0.99% -
XYZ 49.77 77.32 12.59 -
YUV 197.5 22.18 102.68 -
System Red Green Blue C M Y K H S L
Decimal 162 252 10 0.36 0 0.96 0.01 82.31 0.98 0.51
Hex A2 FC A 24 0 60 1 52 62 33
Octal 242 374 12 44 0 140 1 122 142 63
Binary 10100010 11111100 1010 100100 0 1100000 1 1010010 1100010 110011

Color Harmonies of #A2FC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FC0A

Black with #A2FC0A

Text Example


Text Example

White with #A2FC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FC0A; }

 p { color: rgb(162,252,10); }

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

background-color css

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

 a { background-color: rgb(162,252,10); }

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

border-color css

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

 span { border-color: rgb(162,252,10); }

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