#ADF058

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

Shades of Conifer #ADF058

Tints of Conifer #ADF058

Color information

#ADF058 (or 0xADF058) is unknown color: approx Conifer. HEX triplet: AD, F0 and 58. RGB value is (173,240,88). Sum of RGB (Red+Green+Blue) = 173+240+88=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF058 is #520FA7. Grayscale: #CBCBCB. Windows color (decimal): -5377960 or 5828781. OLE color: 5828781.

HSL color Cylindrical-coordinate representation of color #ADF058: hue angle of 86.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADF058 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB17324088-
CMYK0.2800.630.06
HSL86.45º83.52%64.31%-
HSV(B)86.45º63.33%94.12%-
XYZ50.1671.9120.47-
YUV202.6463.3106.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 240 (94.14% from 255) = 47.90%
BLUE value IS 88 (34.77% from 255) = 17.56%
R=34.53%
G=47.90%
B=17.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal173240880.2800.630.0686.4583.5264.31
HexADF0581C03F6565440
Octal255360130340776126124100
Binary10101101111100001011000111000111111110101011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF058; }

 p { color: rgb(173,240,88); }

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

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

 a { background-color: rgb(173,240,88); }

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

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

 span { border-color: rgb(173,240,88); }

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