Html Css Color HEX #A1ED0B Spring Bud

📋 copy color: '#A1ED0B'

red 161 ◦ green 237 ◦ blue 11

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

Shades of Spring Bud #A1ED0B

Tints of Spring Bud #A1ED0B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.95%

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 39.36%
G = 57.95%
B = 2.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#A1ED0B (or 0xA1ED0B) is known color: Spring Bud. HEX triplet: A1, ED and 0B. RGB value is (161,237,11). Sum of RGB (Red+Green+Blue) = 161+237+11=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1ED0B is #5E12F4. Grayscale: #BDBDBD. Windows color (decimal): -6165237 or 781729. OLE color: 781729.

HSL color Cylindrical-coordinate representation of color #A1ED0B: hue angle of 80.18º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1ED0B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 11 -
CMYK 0.32 0 0.95 0.07
HSL 80.18º 0.91% 0.49% -
HSV(B) 80.18º 0.95% 0.93% -
XYZ 45.04 68.17 11.1 -
YUV 188.51 27.82 108.38 -
System Red Green Blue C M Y K H S L
Decimal 161 237 11 0.32 0 0.95 0.07 80.18 0.91 0.49
Hex A1 ED B 20 0 5F 7 50 5B 31
Octal 241 355 13 40 0 137 7 120 133 61
Binary 10100001 11101101 1011 100000 0 1011111 111 1010000 1011011 110001

Color Harmonies of #A1ED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ED0B

Black with #A1ED0B

Text Example


Text Example

White with #A1ED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ED0B; }

 p { color: rgb(161,237,11); }

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

background-color css

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

 a { background-color: rgb(161,237,11); }

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

border-color css

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

 span { border-color: rgb(161,237,11); }

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