Html Css Color HEX #A1EB05 Spring Bud

📋 copy color: '#A1EB05'

red 161 ◦ green 235 ◦ blue 5

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

Shades of Spring Bud #A1EB05

Tints of Spring Bud #A1EB05

RGB

 RED value IS 161 (63.28% from 255) = 40.15%

 GREEN value IS 235 (92.19% from 255) = 58.6%

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

R = 40.15%
G = 58.6%
B = 1.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#A1EB05 (or 0xA1EB05) is known color: Spring Bud. HEX triplet: A1, EB and 05. RGB value is (161,235,5). Sum of RGB (Red+Green+Blue) = 161+235+5=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 235 (92.19% from 255 or 58.60% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EB05 is #5E14FA. Grayscale: #BBBBBB. Windows color (decimal): -6165755 or 388001. OLE color: 388001.

HSL color Cylindrical-coordinate representation of color #A1EB05: hue angle of 79.3º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1EB05 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 5 -
CMYK 0.31 0 0.98 0.08
HSL 79.3º 0.96% 0.47% -
HSV(B) 79.3º 0.98% 0.92% -
XYZ 44.43 67 10.73 -
YUV 186.65 25.48 109.7 -
System Red Green Blue C M Y K H S L
Decimal 161 235 5 0.31 0 0.98 0.08 79.3 0.96 0.47
Hex A1 EB 5 1F 0 62 8 4F 60 2F
Octal 241 353 5 37 0 142 10 117 140 57
Binary 10100001 11101011 101 11111 0 1100010 1000 1001111 1100000 101111

Color Harmonies of #A1EB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB05

Black with #A1EB05

Text Example


Text Example

White with #A1EB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB05; }

 p { color: rgb(161,235,5); }

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

background-color css

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

 a { background-color: rgb(161,235,5); }

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

border-color css

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

 span { border-color: rgb(161,235,5); }

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