#9ADC4E

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

Shades of Atlantis #9ADC4E

Tints of Atlantis #9ADC4E

Color information

#9ADC4E (or 0x9ADC4E) is unknown color: approx Atlantis. HEX triplet: 9A, DC and 4E. RGB value is (154,220,78). Sum of RGB (Red+Green+Blue) = 154+220+78=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC4E is #6523B1. Grayscale: #B8B8B8. Windows color (decimal): -6628274 or 5168282. OLE color: 5168282.

HSL color Cylindrical-coordinate representation of color #9ADC4E: hue angle of 87.89º 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 #9ADC4E is Cyan = 0.3, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB15422078-
CMYK0.300.650.14
HSL87.89º66.98%58.43%-
HSV(B)87.89º64.55%86.27%-
XYZ40.2958.6116.4-
YUV184.0868.13106.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 220 (86.33% from 255) = 48.67%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=34.07%
G=48.67%
B=17.26%

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
Decimal154220780.300.650.1487.8966.9858.43
Hex9ADC4E1E041E58433a
Octal2323341163601011613010372
Binary100110101101110010011101111001000001111010110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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