#ADF953

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

Shades of Conifer #ADF953

Tints of Conifer #ADF953

Color information

#ADF953 (or 0xADF953) is unknown color: approx Conifer. HEX triplet: AD, F9 and 53. RGB value is (173,249,83). Sum of RGB (Red+Green+Blue) = 173+249+83=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF953 is #5206AC. Grayscale: #CFCFCF. Windows color (decimal): -5375661 or 5503405. OLE color: 5503405.

HSL color Cylindrical-coordinate representation of color #ADF953: hue angle of 87.47º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADF953 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB17324983-
CMYK0.3100.670.02
HSL87.47º93.26%65.1%-
HSV(B)87.47º66.67%97.65%-
XYZ52.6777.2620.32-
YUV207.3557.82103.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 249 (97.66% from 255) = 49.31%
BLUE value IS 83 (32.81% from 255) = 16.44%
R=34.26%
G=49.31%
B=16.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173249830.3100.670.0287.4793.2665.1
HexADF9531F0432575d41
Octal2553711233701032127135101
Binary10101101111110011010011111110100001110101011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF953; }

 p { color: rgb(173,249,83); }

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

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

 a { background-color: rgb(173,249,83); }

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

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

 span { border-color: rgb(173,249,83); }

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