#ADFF5B

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

Shades of Conifer #ADFF5B

Tints of Conifer #ADFF5B

Color information

#ADFF5B (or 0xADFF5B) is unknown color: approx Conifer. HEX triplet: AD, FF and 5B. RGB value is (173,255,91). Sum of RGB (Red+Green+Blue) = 173+255+91=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF5B is #5200A4. Grayscale: #D4D4D4. Windows color (decimal): -5374117 or 6029229. OLE color: 6029229.

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

Color convert

RGB17325591-
CMYK0.3200.640
HSL90º100%67.84%-
HSV(B)90º64.31%100%-
XYZ54.8881.1622.67-
YUV211.7959.83100.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 91 (35.94% from 255) = 17.53%
R=33.33%
G=49.13%
B=17.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173255910.3200.6409010067.84
HexADFF5B2004005a6444
Octal2553771334001000132144104
Binary10101101111111111011011100000010000000101101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFF5B; }

 p { color: rgb(173,255,91); }

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

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

 a { background-color: rgb(173,255,91); }

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

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

 span { border-color: rgb(173,255,91); }

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