Html Css Color HEX #A2F905 Spring Bud

📋 copy color: '#A2F905'

red 162 ◦ green 249 ◦ blue 5

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

Shades of Spring Bud #A2F905

Tints of Spring Bud #A2F905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 38.94%
G = 59.86%
B = 1.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#A2F905 (or 0xA2F905) is known color: Spring Bud. HEX triplet: A2, F9 and 05. RGB value is (162,249,5). Sum of RGB (Red+Green+Blue) = 162+249+5=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F905 is #5D06FA. Grayscale: #C4C4C4. Windows color (decimal): -6096635 or 391586. OLE color: 391586.

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

Color convert

RGB 162 249 5 -
CMYK 0.35 0 0.98 0.02
HSL 81.39º 0.96% 0.5% -
HSV(B) 81.39º 0.98% 0.98% -
XYZ 48.8 75.44 12.13 -
YUV 195.17 20.68 104.34 -
System Red Green Blue C M Y K H S L
Decimal 162 249 5 0.35 0 0.98 0.02 81.39 0.96 0.5
Hex A2 F9 5 23 0 62 2 51 60 32
Octal 242 371 5 43 0 142 2 121 140 62
Binary 10100010 11111001 101 100011 0 1100010 10 1010001 1100000 110010

Color Harmonies of #A2F905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F905

Black with #A2F905

Text Example


Text Example

White with #A2F905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F905; }

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

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

background-color css

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

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

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

border-color css

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

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

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