#9AC24B

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

Shades of Atlantis #9AC24B

Tints of Atlantis #9AC24B

Color information

#9AC24B (or 0x9AC24B) is unknown color: approx Atlantis. HEX triplet: 9A, C2 and 4B. RGB value is (154,194,75). Sum of RGB (Red+Green+Blue) = 154+194+75=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC24B is #653DB4. Grayscale: #A8A8A8. Windows color (decimal): -6634933 or 4965018. OLE color: 4965018.

HSL color Cylindrical-coordinate representation of color #9AC24B: hue angle of 80.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AC24B is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB15419475-
CMYK0.2100.610.24
HSL80.17º49.38%52.75%-
HSV(B)80.17º61.34%76.08%-
XYZ33.8945.9613.74-
YUV168.4775.25117.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=36.41%
G=45.86%
B=17.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154194750.2100.610.2480.1749.3852.75
Hex9AC24B1503D18503135
Octal23230211325075301206165
Binary10011010110000101001011101010111101110001010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,75); }

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

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

 a { background-color: rgb(154,194,75); }

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

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

 span { border-color: rgb(154,194,75); }

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