#9DCE4B

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

Shades of Atlantis #9DCE4B

Tints of Atlantis #9DCE4B

Color information

#9DCE4B (or 0x9DCE4B) is unknown color: approx Atlantis. HEX triplet: 9D, CE and 4B. RGB value is (157,206,75). Sum of RGB (Red+Green+Blue) = 157+206+75=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE4B is #6231B4. Grayscale: #B0B0B0. Windows color (decimal): -6435253 or 4968093. OLE color: 4968093.

HSL color Cylindrical-coordinate representation of color #9DCE4B: hue angle of 82.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DCE4B is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB15720675-
CMYK0.2400.640.19
HSL82.44º57.21%55.1%-
HSV(B)82.44º63.59%80.78%-
XYZ37.2551.8214.7-
YUV176.4270.77114.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 206 (80.86% from 255) = 47.03%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=35.84%
G=47.03%
B=17.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157206750.2400.640.1982.4457.2155.1
Hex9DCE4B1804013523937
Octal235316113300100231227167
Binary100111011100111010010111100001000000100111010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,75); }

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

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

 a { background-color: rgb(157,206,75); }

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

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

 span { border-color: rgb(157,206,75); }

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