Html Css Color HEX #A1E906 Spring Bud

📋 copy color: '#A1E906'

red 161 ◦ green 233 ◦ blue 6

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

Shades of Spring Bud #A1E906

Tints of Spring Bud #A1E906

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.25%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 40.25%
G = 58.25%
B = 1.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#A1E906 (or 0xA1E906) is known color: Spring Bud. HEX triplet: A1, E9 and 06. RGB value is (161,233,6). Sum of RGB (Red+Green+Blue) = 161+233+6=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E906 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E906 is #5E16F9. Grayscale: #BABABA. Windows color (decimal): -6166266 or 453025. OLE color: 453025.

HSL color Cylindrical-coordinate representation of color #A1E906: hue angle of 79.03º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1E906 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 6 -
CMYK 0.31 0 0.97 0.09
HSL 79.03º 0.95% 0.47% -
HSV(B) 79.03º 0.97% 0.91% -
XYZ 43.87 65.87 10.57 -
YUV 185.59 26.65 110.46 -
System Red Green Blue C M Y K H S L
Decimal 161 233 6 0.31 0 0.97 0.09 79.03 0.95 0.47
Hex A1 E9 6 1F 0 61 9 4F 5F 2F
Octal 241 351 6 37 0 141 11 117 137 57
Binary 10100001 11101001 110 11111 0 1100001 1001 1001111 1011111 101111

Color Harmonies of #A1E906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E906

Black with #A1E906

Text Example


Text Example

White with #A1E906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E906; }

 p { color: rgb(161,233,6); }

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

background-color css

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

 a { background-color: rgb(161,233,6); }

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

border-color css

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

 span { border-color: rgb(161,233,6); }

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