#abfd0d

Color #ABFD0D Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #ABFD0D

Tints of Spring Bud #ABFD0D

Color information

#ABFD0D (or 0xABFD0D) is unknown color: approx Spring Bud. HEX triplet: AB, FD and 0D. RGB value is (171,253,13). Sum of RGB (Red+Green+Blue) = 171+253+13=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD0D is #5402F2. Grayscale: #CACACA. Windows color (decimal): -5505779 or 916907. OLE color: 916907.

HSL color Cylindrical-coordinate representation of color #ABFD0D: hue angle of 80.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABFD0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB17125313-
CMYK0.3200.950.01
HSL80.5º98.36%52.16%-
HSV(B)80.5º94.86%99.22%-
XYZ51.9978.9412.88-
YUV201.1221.83106.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 253 (99.22% from 255) = 57.89%
BLUE value IS 13 (5.47% from 255) = 2.97%
R=39.13%
G=57.89%
B=2.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171253130.3200.950.0180.598.3652.16
HexABFDD2005F1506234
Octal25337515400137112014264
Binary1010101111111101110110000001011111110100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abfd0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abfd0d; }

 p { color: rgb(171,253,13); }

 H1.HeaderClassName
 {
   color: #abfd0d;
 }
 .AnyTagClassName
 {
   color: #abfd0d;
 }
</style>
background-color css

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

 a { background-color: rgb(171,253,13); }

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

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

 span { border-color: rgb(171,253,13); }

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