Html Css Color HEX #ABEA01 Spring Bud

📋 copy color: '#ABEA01'

red 171 ◦ green 234 ◦ blue 1

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

Shades of Spring Bud #ABEA01

Tints of Spring Bud #ABEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.64%

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

R = 42.12%
G = 57.64%
B = 0.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#ABEA01 (or 0xABEA01) is known color: Spring Bud. HEX triplet: AB, EA and 01. RGB value is (171,234,1). Sum of RGB (Red+Green+Blue) = 171+234+1=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEA01 is #5415FE. Grayscale: #BDBDBD. Windows color (decimal): -5510655 or 125611. OLE color: 125611.

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

Color convert

RGB 171 234 1 -
CMYK 0.27 0 1.00 0.08
HSL 76.22º 0.99% 0.46% -
HSV(B) 76.22º 1% 0.92% -
XYZ 46.22 67.51 10.62 -
YUV 188.6 22.13 115.45 -
System Red Green Blue C M Y K H S L
Decimal 171 234 1 0.27 0 1.00 0.08 76.22 0.99 0.46
Hex AB EA 1 1B 0 64 8 4C 63 2E
Octal 253 352 1 33 0 144 10 114 143 56
Binary 10101011 11101010 1 11011 0 1100100 1000 1001100 1100011 101110

Color Harmonies of #ABEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEA01

Black with #ABEA01

Text Example


Text Example

White with #ABEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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