#ADFD5A

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

Shades of Conifer #ADFD5A

Tints of Conifer #ADFD5A

Color information

#ADFD5A (or 0xADFD5A) is unknown color: approx Conifer. HEX triplet: AD, FD and 5A. RGB value is (173,253,90). Sum of RGB (Red+Green+Blue) = 173+253+90=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD5A is #5202A5. Grayscale: #D3D3D3. Windows color (decimal): -5374630 or 5963181. OLE color: 5963181.

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

Color convert

RGB17325390-
CMYK0.3200.640.01
HSL89.45º97.6%67.25%-
HSV(B)89.45º64.43%99.22%-
XYZ54.279.8722.23-
YUV210.560101.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 253 (99.22% from 255) = 49.03%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=33.53%
G=49.03%
B=17.44%

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
Decimal173253900.3200.640.0189.4597.667.25
HexADFD5A200401596243
Octal2553751324001001131142103
Binary10101101111111011011010100000010000001101100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFD5A; }

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

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

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

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

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

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

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

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