#9ADC5A

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

Shades of Conifer #9ADC5A

Tints of Conifer #9ADC5A

Color information

#9ADC5A (or 0x9ADC5A) is unknown color: approx Conifer. HEX triplet: 9A, DC and 5A. RGB value is (154,220,90). Sum of RGB (Red+Green+Blue) = 154+220+90=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC5A is #6523A5. Grayscale: #B9B9B9. Windows color (decimal): -6628262 or 5954714. OLE color: 5954714.

HSL color Cylindrical-coordinate representation of color #9ADC5A: hue angle of 90.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ADC5A is Cyan = 0.3, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB15422090-
CMYK0.300.590.14
HSL90.46º65%60.78%-
HSV(B)90.46º59.09%86.27%-
XYZ40.7758.7918.87-
YUV185.4574.13105.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=33.19%
G=47.41%
B=19.40%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154220900.300.590.1490.466560.78
Hex9ADC5A1E03BE5a413d
Octal232334132360731613210175
Binary10011010110111001011010111100111011111010110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,90); }

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

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

 a { background-color: rgb(154,220,90); }

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

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

 span { border-color: rgb(154,220,90); }

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