Html Css Color HEX #A2F80A Spring Bud

📋 copy color: '#A2F80A'

red 162 ◦ green 248 ◦ blue 10

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

Shades of Spring Bud #A2F80A

Tints of Spring Bud #A2F80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.05%

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

R = 38.57%
G = 59.05%
B = 2.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#A2F80A (or 0xA2F80A) is known color: Spring Bud. HEX triplet: A2, F8 and 0A. RGB value is (162,248,10). Sum of RGB (Red+Green+Blue) = 162+248+10=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 248 (97.27% from 255 or 59.05% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F80A is #5D07F5. Grayscale: #C4C4C4. Windows color (decimal): -6096886 or 719010. OLE color: 719010.

HSL color Cylindrical-coordinate representation of color #A2F80A: hue angle of 81.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2F80A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 248 10 -
CMYK 0.35 0 0.96 0.03
HSL 81.68º 0.94% 0.51% -
HSV(B) 81.68º 0.96% 0.97% -
XYZ 48.52 74.84 12.17 -
YUV 195.15 23.51 104.35 -
System Red Green Blue C M Y K H S L
Decimal 162 248 10 0.35 0 0.96 0.03 81.68 0.94 0.51
Hex A2 F8 A 23 0 60 3 52 5E 33
Octal 242 370 12 43 0 140 3 122 136 63
Binary 10100010 11111000 1010 100011 0 1100000 11 1010010 1011110 110011

Color Harmonies of #A2F80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F80A

Black with #A2F80A

Text Example


Text Example

White with #A2F80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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