#9ADA53

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

Shades of Conifer #9ADA53

Tints of Conifer #9ADA53

Color information

#9ADA53 (or 0x9ADA53) is unknown color: approx Conifer. HEX triplet: 9A, DA and 53. RGB value is (154,218,83). Sum of RGB (Red+Green+Blue) = 154+218+83=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA53 is #6525AC. Grayscale: #B7B7B7. Windows color (decimal): -6628781 or 5495450. OLE color: 5495450.

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

Color convert

RGB15421883-
CMYK0.2900.620.15
HSL88.44º64.59%59.02%-
HSV(B)88.44º61.93%85.49%-
XYZ39.9657.6417.2-
YUV183.4771.3106.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 218 (85.55% from 255) = 47.91%
BLUE value IS 83 (32.81% from 255) = 18.24%
R=33.85%
G=47.91%
B=18.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154218830.2900.620.1588.4464.5959.02
Hex9ADA531D03EF58413b
Octal232332123350761713010173
Binary10011010110110101010011111010111110111110110001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADA53; }

 p { color: rgb(154,218,83); }

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

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

 a { background-color: rgb(154,218,83); }

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

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

 span { border-color: rgb(154,218,83); }

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