#adfa07

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

Shades of Spring Bud #ADFA07

Tints of Spring Bud #ADFA07

Color information

#ADFA07 (or 0xADFA07) is unknown color: approx Spring Bud. HEX triplet: AD, FA and 07. RGB value is (173,250,7). Sum of RGB (Red+Green+Blue) = 173+250+7=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFA07 is #5205F8. Grayscale: #C8C8C8. Windows color (decimal): -5375481 or 522925. OLE color: 522925.

HSL color Cylindrical-coordinate representation of color #ADFA07: hue angle of 79.01º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADFA07 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB1732507-
CMYK0.3100.970.02
HSL79.01º96.05%50.39%-
HSV(B)79.01º97.2%98.04%-
XYZ51.4677.2712.4-
YUV199.2819.49109.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 250 (98.05% from 255) = 58.14%
BLUE value IS 7 (3.12% from 255) = 1.63%
R=40.23%
G=58.14%
B=1.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17325070.3100.970.0279.0196.0550.39
HexADFA71F06124f6032
Octal2553727370141211714062
Binary101011011111101011111111011000011010011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adfa07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adfa07; }

 p { color: rgb(173,250,7); }

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

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

 a { background-color: rgb(173,250,7); }

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

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

 span { border-color: rgb(173,250,7); }

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