#ADFD06

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

Shades of Spring Bud #ADFD06

Tints of Spring Bud #ADFD06

Color information

#ADFD06 (or 0xADFD06) is unknown color: approx Spring Bud. HEX triplet: AD, FD and 06. RGB value is (173,253,6). Sum of RGB (Red+Green+Blue) = 173+253+6=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 253 (99.22% from 255 or 58.56% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD06 is #5202F9. Grayscale: #C9C9C9. Windows color (decimal): -5374714 or 458157. OLE color: 458157.

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

Color convert

RGB1732536-
CMYK0.3200.980.01
HSL79.43º98.41%50.78%-
HSV(B)79.43º97.63%99.22%-
XYZ52.3979.1512.69-
YUV200.9218108.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 253 (99.22% from 255) = 58.56%
BLUE value IS 6 (2.73% from 255) = 1.39%
R=40.05%
G=58.56%
B=1.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17325360.3200.980.0179.4398.4150.78
HexADFD62006214f6233
Octal2553756400142111714263
Binary101011011111110111010000001100010110011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFD06; }

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

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

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

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

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

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

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

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