Html Css Color HEX #ABF002 Spring Bud

📋 copy color: '#ABF002'

red 171 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #ABF002

Tints of Spring Bud #ABF002

RGB

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

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

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

R = 41.4%
G = 58.11%
B = 0.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#ABF002 (or 0xABF002) is known color: Spring Bud. HEX triplet: AB, F0 and 02. RGB value is (171,240,2). Sum of RGB (Red+Green+Blue) = 171+240+2=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF002 is #540FFD. Grayscale: #C1C1C1. Windows color (decimal): -5509118 or 192683. OLE color: 192683.

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

Color convert

RGB 171 240 2 -
CMYK 0.29 0 0.99 0.06
HSL 77.39º 0.98% 0.47% -
HSV(B) 77.39º 0.99% 0.94% -
XYZ 47.97 70.98 11.23 -
YUV 192.24 20.64 112.85 -
System Red Green Blue C M Y K H S L
Decimal 171 240 2 0.29 0 0.99 0.06 77.39 0.98 0.47
Hex AB F0 2 1D 0 63 6 4D 62 2F
Octal 253 360 2 35 0 143 6 115 142 57
Binary 10101011 11110000 10 11101 0 1100011 110 1001101 1100010 101111

Color Harmonies of #ABF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF002

Black with #ABF002

Text Example


Text Example

White with #ABF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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