Html Css Color HEX #ABEC02 Spring Bud

📋 copy color: '#ABEC02'

red 171 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #ABEC02

Tints of Spring Bud #ABEC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 41.81%
G = 57.7%
B = 0.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ABEC02 (or 0xABEC02) is known color: Spring Bud. HEX triplet: AB, EC and 02. RGB value is (171,236,2). Sum of RGB (Red+Green+Blue) = 171+236+2=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEC02 is #5413FD. Grayscale: #BEBEBE. Windows color (decimal): -5510142 or 191659. OLE color: 191659.

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

Color convert

RGB 171 236 2 -
CMYK 0.28 0 0.99 0.07
HSL 76.67º 0.98% 0.47% -
HSV(B) 76.67º 0.99% 0.93% -
XYZ 46.8 68.65 10.84 -
YUV 189.89 21.97 114.53 -
System Red Green Blue C M Y K H S L
Decimal 171 236 2 0.28 0 0.99 0.07 76.67 0.98 0.47
Hex AB EC 2 1C 0 63 7 4D 62 2F
Octal 253 354 2 34 0 143 7 115 142 57
Binary 10101011 11101100 10 11100 0 1100011 111 1001101 1100010 101111

Color Harmonies of #ABEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEC02

Black with #ABEC02

Text Example


Text Example

White with #ABEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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