#ADF75C

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

Shades of Conifer #ADF75C

Tints of Conifer #ADF75C

Color information

#ADF75C (or 0xADF75C) is unknown color: approx Conifer. HEX triplet: AD, F7 and 5C. RGB value is (173,247,92). Sum of RGB (Red+Green+Blue) = 173+247+92=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF75C is #5208A3. Grayscale: #CFCFCF. Windows color (decimal): -5376164 or 6092717. OLE color: 6092717.

HSL color Cylindrical-coordinate representation of color #ADF75C: hue angle of 88.65º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADF75C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB17324792-
CMYK0.3000.630.03
HSL88.65º90.64%66.47%-
HSV(B)88.65º62.75%96.86%-
XYZ52.4376.1822.07-
YUV207.262.98103.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 92 (36.33% from 255) = 17.97%
R=33.79%
G=48.24%
B=17.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal173247920.3000.630.0388.6590.6466.47
HexADF75C1E03F3595b42
Octal255367134360773131133102
Binary1010110111110111101110011110011111111101100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF75C; }

 p { color: rgb(173,247,92); }

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

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

 a { background-color: rgb(173,247,92); }

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

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

 span { border-color: rgb(173,247,92); }

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