Html Css Color HEX #A2F911 Spring Bud

📋 copy color: '#A2F911'

red 162 ◦ green 249 ◦ blue 17

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

Shades of Spring Bud #A2F911

Tints of Spring Bud #A2F911

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.18%

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

R = 37.85%
G = 58.18%
B = 3.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#A2F911 (or 0xA2F911) is known color: Spring Bud. HEX triplet: A2, F9 and 11. RGB value is (162,249,17). Sum of RGB (Red+Green+Blue) = 162+249+17=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F911 is #5D06EE. Grayscale: #C5C5C5. Windows color (decimal): -6096623 or 1178018. OLE color: 1178018.

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

Color convert

RGB 162 249 17 -
CMYK 0.35 0 0.93 0.02
HSL 82.5º 0.95% 0.52% -
HSV(B) 82.5º 0.93% 0.98% -
XYZ 48.88 75.47 12.52 -
YUV 196.54 26.68 103.36 -
System Red Green Blue C M Y K H S L
Decimal 162 249 17 0.35 0 0.93 0.02 82.5 0.95 0.52
Hex A2 F9 11 23 0 5D 2 52 5F 34
Octal 242 371 21 43 0 135 2 122 137 64
Binary 10100010 11111001 10001 100011 0 1011101 10 1010010 1011111 110100

Color Harmonies of #A2F911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F911

Black with #A2F911

Text Example


Text Example

White with #A2F911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F911; }

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

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

background-color css

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

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

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

border-color css

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

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

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