Html Css Color HEX #ABEC01 Spring Bud

📋 copy color: '#ABEC01'

red 171 ◦ green 236 ◦ blue 1

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

Shades of Spring Bud #ABEC01

Tints of Spring Bud #ABEC01

RGB

 RED value IS 171 (67.19% from 255) = 41.91%

 GREEN value IS 236 (92.58% from 255) = 57.84%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 41.91%
G = 57.84%
B = 0.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ABEC01 (or 0xABEC01) is known color: Spring Bud. HEX triplet: AB, EC and 01. RGB value is (171,236,1). Sum of RGB (Red+Green+Blue) = 171+236+1=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEC01 is #5413FE. Grayscale: #BEBEBE. Windows color (decimal): -5510143 or 126123. OLE color: 126123.

HSL color Cylindrical-coordinate representation of color #ABEC01: hue angle of 76.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABEC01 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 1 -
CMYK 0.28 0 1.00 0.07
HSL 76.6º 0.99% 0.46% -
HSV(B) 76.6º 1% 0.93% -
XYZ 46.8 68.65 10.81 -
YUV 189.78 21.47 114.61 -
System Red Green Blue C M Y K H S L
Decimal 171 236 1 0.28 0 1.00 0.07 76.6 0.99 0.46
Hex AB EC 1 1C 0 64 7 4D 63 2E
Octal 253 354 1 34 0 144 7 115 143 56
Binary 10101011 11101100 1 11100 0 1100100 111 1001101 1100011 101110

Color Harmonies of #ABEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEC01

Black with #ABEC01

Text Example


Text Example

White with #ABEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEC01; }

 p { color: rgb(171,236,1); }

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

background-color css

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

 a { background-color: rgb(171,236,1); }

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

border-color css

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

 span { border-color: rgb(171,236,1); }

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