#9AC04E

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

Shades of Atlantis #9AC04E

Tints of Atlantis #9AC04E

Color information

#9AC04E (or 0x9AC04E) is unknown color: approx Atlantis. HEX triplet: 9A, C0 and 4E. RGB value is (154,192,78). Sum of RGB (Red+Green+Blue) = 154+192+78=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC04E is #653FB1. Grayscale: #A8A8A8. Windows color (decimal): -6635442 or 5161114. OLE color: 5161114.

HSL color Cylindrical-coordinate representation of color #9AC04E: hue angle of 80º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AC04E is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB15419278-
CMYK0.2000.590.25
HSL80º47.5%52.94%-
HSV(B)80º59.38%75.29%-
XYZ33.5545.1214.15-
YUV167.6477.41118.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=36.32%
G=45.28%
B=18.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154192780.2000.590.258047.552.94
Hex9AC04E1403B19503035
Octal23230011624073311206065
Binary10011010110000001001110101000111011110011010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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