#9AB84A

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

Shades of Atlantis #9AB84A

Tints of Atlantis #9AB84A

Color information

#9AB84A (or 0x9AB84A) is unknown color: approx Atlantis. HEX triplet: 9A, B8 and 4A. RGB value is (154,184,74). Sum of RGB (Red+Green+Blue) = 154+184+74=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB84A is #6547B5. Grayscale: #A2A2A2. Windows color (decimal): -6637494 or 4896922. OLE color: 4896922.

HSL color Cylindrical-coordinate representation of color #9AB84A: hue angle of 76.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AB84A is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB15418474-
CMYK0.1600.600.28
HSL76.36º43.65%50.59%-
HSV(B)76.36º59.78%72.16%-
XYZ31.741.6512.85-
YUV162.4978.06121.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.38%
GREEN value IS 184 (72.27% from 255) = 44.66%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=37.38%
G=44.66%
B=17.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184740.1600.600.2876.3643.6550.59
Hex9AB84A1003C1C4c2c33
Octal23227011220074341145463
Binary10011010101110001001010100000111100111001001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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