Html Css Color HEX #A2F811 Spring Bud

📋 copy color: '#A2F811'

red 162 ◦ green 248 ◦ blue 17

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

Shades of Spring Bud #A2F811

Tints of Spring Bud #A2F811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.98%

R = 37.94%
G = 58.08%
B = 3.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#A2F811 (or 0xA2F811) is known color: Spring Bud. HEX triplet: A2, F8 and 11. RGB value is (162,248,17). Sum of RGB (Red+Green+Blue) = 162+248+17=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 248 (97.27% from 255 or 58.08% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F811 is #5D07EE. Grayscale: #C4C4C4. Windows color (decimal): -6096879 or 1177762. OLE color: 1177762.

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

Color convert

RGB 162 248 17 -
CMYK 0.35 0 0.93 0.03
HSL 82.34º 0.94% 0.52% -
HSV(B) 82.34º 0.93% 0.97% -
XYZ 48.57 74.86 12.42 -
YUV 195.95 27.01 103.78 -
System Red Green Blue C M Y K H S L
Decimal 162 248 17 0.35 0 0.93 0.03 82.34 0.94 0.52
Hex A2 F8 11 23 0 5D 3 52 5E 34
Octal 242 370 21 43 0 135 3 122 136 64
Binary 10100010 11111000 10001 100011 0 1011101 11 1010010 1011110 110100

Color Harmonies of #A2F811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F811

Black with #A2F811

Text Example


Text Example

White with #A2F811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F811; }

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

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

background-color css

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

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

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

border-color css

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

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

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