#9AC64A

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

Shades of Atlantis #9AC64A

Tints of Atlantis #9AC64A

Color information

#9AC64A (or 0x9AC64A) is unknown color: approx Atlantis. HEX triplet: 9A, C6 and 4A. RGB value is (154,198,74). Sum of RGB (Red+Green+Blue) = 154+198+74=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC64A is #6539B5. Grayscale: #ABABAB. Windows color (decimal): -6633910 or 4900506. OLE color: 4900506.

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

Color convert

RGB15419874-
CMYK0.2200.630.22
HSL81.29º52.1%53.33%-
HSV(B)81.29º62.63%77.65%-
XYZ34.7647.7513.86-
YUV170.7173.42116.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 198 (77.73% from 255) = 46.48%
BLUE value IS 74 (29.30% from 255) = 17.37%
R=36.15%
G=46.48%
B=17.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154198740.2200.630.2281.2952.153.33
Hex9AC64A1603F16513435
Octal23230611226077261216465
Binary10011010110001101001010101100111111101101010001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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