#9ACD45

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

Shades of Atlantis #9ACD45

Tints of Atlantis #9ACD45

Color information

#9ACD45 (or 0x9ACD45) is unknown color: approx Atlantis. HEX triplet: 9A, CD and 45. RGB value is (154,205,69). Sum of RGB (Red+Green+Blue) = 154+205+69=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD45 is #6532BA. Grayscale: #AEAEAE. Windows color (decimal): -6632123 or 4574618. OLE color: 4574618.

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

Color convert

RGB15420569-
CMYK0.2500.660.20
HSL82.5º57.63%53.73%-
HSV(B)82.5º66.34%80.39%-
XYZ36.2350.9613.56-
YUV174.2568.6113.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 47.90%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=35.98%
G=47.90%
B=16.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154205690.2500.660.2082.557.6353.73
Hex9ACD451904214523a36
Octal232315105310102241227266
Binary100110101100110110001011100101000010101001010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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