#ADF358

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

Shades of Conifer #ADF358

Tints of Conifer #ADF358

Color information

#ADF358 (or 0xADF358) is unknown color: approx Conifer. HEX triplet: AD, F3 and 58. RGB value is (173,243,88). Sum of RGB (Red+Green+Blue) = 173+243+88=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF358 is #520CA7. Grayscale: #CCCCCC. Windows color (decimal): -5377192 or 5829549. OLE color: 5829549.

HSL color Cylindrical-coordinate representation of color #ADF358: hue angle of 87.1º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADF358 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB17324388-
CMYK0.2900.640.05
HSL87.1º86.59%64.9%-
HSV(B)87.1º63.79%95.29%-
XYZ51.0573.6920.77-
YUV204.462.31105.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 243 (95.31% from 255) = 48.21%
BLUE value IS 88 (34.77% from 255) = 17.46%
R=34.33%
G=48.21%
B=17.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173243880.2900.640.0587.186.5964.9
HexADF3581D0405575741
Octal2553631303501005127127101
Binary101011011111001110110001110101000000101101011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF358; }

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

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

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

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

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

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

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

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