#ADF25C

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

Shades of Conifer #ADF25C

Tints of Conifer #ADF25C

Color information

#ADF25C (or 0xADF25C) is unknown color: approx Conifer. HEX triplet: AD, F2 and 5C. RGB value is (173,242,92). Sum of RGB (Red+Green+Blue) = 173+242+92=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF25C is #520DA3. Grayscale: #CCCCCC. Windows color (decimal): -5377444 or 6091437. OLE color: 6091437.

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

Color convert

RGB17324292-
CMYK0.2900.620.05
HSL87.6º85.23%65.49%-
HSV(B)87.6º61.98%94.9%-
XYZ50.9273.1621.56-
YUV204.2764.64105.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 242 (94.92% from 255) = 47.73%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=34.12%
G=47.73%
B=18.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173242920.2900.620.0587.685.2365.49
HexADF25C1D03E5585541
Octal255362134350765130125101
Binary10101101111100101011100111010111110101101100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF25C; }

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

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

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

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

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

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

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

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