#9DCC48

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

Shades of Atlantis #9DCC48

Tints of Atlantis #9DCC48

Color information

#9DCC48 (or 0x9DCC48) is unknown color: approx Atlantis. HEX triplet: 9D, CC and 48. RGB value is (157,204,72). Sum of RGB (Red+Green+Blue) = 157+204+72=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC48 is #6233B7. Grayscale: #AFAFAF. Windows color (decimal): -6435768 or 4770973. OLE color: 4770973.

HSL color Cylindrical-coordinate representation of color #9DCC48: hue angle of 81.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DCC48 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB15720472-
CMYK0.2300.650.2
HSL81.36º56.41%54.12%-
HSV(B)81.36º64.71%80%-
XYZ36.6750.8214.01-
YUV174.969.93115.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=36.26%
G=47.11%
B=16.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157204720.2300.650.281.3656.4154.12
Hex9DCC481704114513836
Octal235314110270101241217066
Binary100111011100110010010001011101000001101001010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,72); }

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

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

 a { background-color: rgb(157,204,72); }

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

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

 span { border-color: rgb(157,204,72); }

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