#adfd08

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

Shades of Spring Bud #ADFD08

Tints of Spring Bud #ADFD08

Color information

#ADFD08 (or 0xADFD08) is unknown color: approx Spring Bud. HEX triplet: AD, FD and 08. RGB value is (173,253,8). Sum of RGB (Red+Green+Blue) = 173+253+8=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD08 is #5202F7. Grayscale: #CACACA. Windows color (decimal): -5374712 or 589229. OLE color: 589229.

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

Color convert

RGB1732538-
CMYK0.3200.970.01
HSL79.59º98.39%51.18%-
HSV(B)79.59º96.84%99.22%-
XYZ52.479.1512.75-
YUV201.1519107.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 253 (99.22% from 255) = 58.29%
BLUE value IS 8 (3.52% from 255) = 1.84%
R=39.86%
G=58.29%
B=1.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17325380.3200.970.0179.5998.3951.18
HexADFD8200611506233
Octal25537510400141112014263
Binary1010110111111101100010000001100001110100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adfd08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adfd08; }

 p { color: rgb(173,253,8); }

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

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

 a { background-color: rgb(173,253,8); }

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

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

 span { border-color: rgb(173,253,8); }

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