#ADFD5C

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

Shades of Conifer #ADFD5C

Tints of Conifer #ADFD5C

Color information

#ADFD5C (or 0xADFD5C) is unknown color: approx Conifer. HEX triplet: AD, FD and 5C. RGB value is (173,253,92). Sum of RGB (Red+Green+Blue) = 173+253+92=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD5C is #5202A3. Grayscale: #D3D3D3. Windows color (decimal): -5374628 or 6094253. OLE color: 6094253.

HSL color Cylindrical-coordinate representation of color #ADFD5C: hue angle of 89.81º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFD5C is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB17325392-
CMYK0.3200.640.01
HSL89.81º97.58%67.65%-
HSV(B)89.81º63.64%99.22%-
XYZ54.2979.9122.69-
YUV210.7361101.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 253 (99.22% from 255) = 48.84%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=33.40%
G=48.84%
B=17.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal173253920.3200.640.0189.8197.5867.65
HexADFD5C2004015a6244
Octal2553751344001001132142104
Binary10101101111111011011100100000010000001101101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFD5C; }

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

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

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

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

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

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

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

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