Html Css Color HEX #A1F00B Spring Bud

📋 copy color: '#A1F00B'

red 161 ◦ green 240 ◦ blue 11

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

Shades of Spring Bud #A1F00B

Tints of Spring Bud #A1F00B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.25%

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

R = 39.08%
G = 58.25%
B = 2.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#A1F00B (or 0xA1F00B) is known color: Spring Bud. HEX triplet: A1, F0 and 0B. RGB value is (161,240,11). Sum of RGB (Red+Green+Blue) = 161+240+11=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F00B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F00B is #5E0FF4. Grayscale: #BFBFBF. Windows color (decimal): -6164469 or 782497. OLE color: 782497.

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

Color convert

RGB 161 240 11 -
CMYK 0.33 0 0.95 0.06
HSL 80.7º 0.91% 0.49% -
HSV(B) 80.7º 0.95% 0.94% -
XYZ 45.92 69.92 11.39 -
YUV 190.27 26.83 107.12 -
System Red Green Blue C M Y K H S L
Decimal 161 240 11 0.33 0 0.95 0.06 80.7 0.91 0.49
Hex A1 F0 B 21 0 5F 6 51 5B 31
Octal 241 360 13 41 0 137 6 121 133 61
Binary 10100001 11110000 1011 100001 0 1011111 110 1010001 1011011 110001

Color Harmonies of #A1F00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F00B

Black with #A1F00B

Text Example


Text Example

White with #A1F00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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