#ADF467

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

Shades of Conifer #ADF467

Tints of Conifer #ADF467

Color information

#ADF467 (or 0xADF467) is unknown color: approx Conifer. HEX triplet: AD, F4 and 67. RGB value is (173,244,103). Sum of RGB (Red+Green+Blue) = 173+244+103=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF467 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF467 is #520B98. Grayscale: #CFCFCF. Windows color (decimal): -5376921 or 6812845. OLE color: 6812845.

HSL color Cylindrical-coordinate representation of color #ADF467: hue angle of 90.21º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF467 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB173244103-
CMYK0.2900.580.04
HSL90.21º86.5%68.04%-
HSV(B)90.21º57.79%95.69%-
XYZ52.0374.5624.48-
YUV206.769.48103.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 244 (95.70% from 255) = 46.92%
BLUE value IS 103 (40.62% from 255) = 19.81%
R=33.27%
G=46.92%
B=19.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732441030.2900.580.0490.2186.568.04
HexADF4671D03A45a5744
Octal255364147350724132127104
Binary10101101111101001100111111010111010100101101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF467; }

 p { color: rgb(173,244,103); }

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

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

 a { background-color: rgb(173,244,103); }

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

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

 span { border-color: rgb(173,244,103); }

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