#9ac64d

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

Shades of Atlantis #9AC64D

Tints of Atlantis #9AC64D

Color information

#9AC64D (or 0x9AC64D) is unknown color: approx Atlantis. HEX triplet: 9A, C6 and 4D. RGB value is (154,198,77). Sum of RGB (Red+Green+Blue) = 154+198+77=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC64D is #6539B2. Grayscale: #ABABAB. Windows color (decimal): -6633907 or 5097114. OLE color: 5097114.

HSL color Cylindrical-coordinate representation of color #9AC64D: hue angle of 81.82º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AC64D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB15419877-
CMYK0.2200.610.22
HSL81.82º51.49%53.92%-
HSV(B)81.82º61.11%77.65%-
XYZ34.8647.7914.41-
YUV171.0574.92115.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=35.90%
G=46.15%
B=17.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154198770.2200.610.2281.8251.4953.92
Hex9AC64D1603D16523336
Octal23230611526075261226366
Binary10011010110001101001101101100111101101101010010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ac64d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,198,77); }

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

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

 a { background-color: rgb(154,198,77); }

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

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

 span { border-color: rgb(154,198,77); }

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