#9ACD3A

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

Shades of Atlantis #9ACD3A

Tints of Atlantis #9ACD3A

Color information

#9ACD3A (or 0x9ACD3A) is unknown color: approx Atlantis. HEX triplet: 9A, CD and 3A. RGB value is (154,205,58). Sum of RGB (Red+Green+Blue) = 154+205+58=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD3A is #6532C5. Grayscale: #ADADAD. Windows color (decimal): -6632134 or 3853722. OLE color: 3853722.

HSL color Cylindrical-coordinate representation of color #9ACD3A: hue angle of 80.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9ACD3A is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB15420558-
CMYK0.2500.720.20
HSL80.82º59.51%51.57%-
HSV(B)80.82º71.71%80.39%-
XYZ35.9250.8411.92-
YUV172.9963.1114.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=36.93%
G=49.16%
B=13.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154205580.2500.720.2080.8259.5151.57
Hex9ACD3A1904814513c34
Octal23231572310110241217464
Binary10011010110011011110101100101001000101001010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,205,58); }

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

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

 a { background-color: rgb(154,205,58); }

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

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

 span { border-color: rgb(154,205,58); }

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