#9ADC4C

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

Shades of Atlantis #9ADC4C

Tints of Atlantis #9ADC4C

Color information

#9ADC4C (or 0x9ADC4C) is unknown color: approx Atlantis. HEX triplet: 9A, DC and 4C. RGB value is (154,220,76). Sum of RGB (Red+Green+Blue) = 154+220+76=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC4C is #6523B3. Grayscale: #B8B8B8. Windows color (decimal): -6628276 or 5037210. OLE color: 5037210.

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

Color convert

RGB15422076-
CMYK0.300.650.14
HSL87.5º67.29%58.04%-
HSV(B)87.5º65.45%86.27%-
XYZ40.2258.5816.02-
YUV183.8567.13106.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 48.89%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=34.22%
G=48.89%
B=16.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154220760.300.650.1487.567.2958.04
Hex9ADC4C1E041E58433a
Octal2323341143601011613010372
Binary100110101101110010011001111001000001111010110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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