#adec5f

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

Shades of Conifer #ADEC5F

Tints of Conifer #ADEC5F

Color information

#ADEC5F (or 0xADEC5F) is unknown color: approx Conifer. HEX triplet: AD, EC and 5F. RGB value is (173,236,95). Sum of RGB (Red+Green+Blue) = 173+236+95=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC5F is #5213A0. Grayscale: #C9C9C9. Windows color (decimal): -5378977 or 6286509. OLE color: 6286509.

HSL color Cylindrical-coordinate representation of color #ADEC5F: hue angle of 86.81º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADEC5F is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB17323695-
CMYK0.2700.600.07
HSL86.81º78.77%64.9%-
HSV(B)86.81º59.75%92.55%-
XYZ49.2969.721.68-
YUV201.0968.13107.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 236 (92.58% from 255) = 46.83%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=34.33%
G=46.83%
B=18.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173236950.2700.600.0786.8178.7764.9
HexADEC5F1B03C7574f41
Octal255354137330747127117101
Binary10101101111011001011111110110111100111101011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adec5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adec5f; }

 p { color: rgb(173,236,95); }

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

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

 a { background-color: rgb(173,236,95); }

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

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

 span { border-color: rgb(173,236,95); }

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