#9CD04B

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

Shades of Atlantis #9CD04B

Tints of Atlantis #9CD04B

Color information

#9CD04B (or 0x9CD04B) is unknown color: approx Atlantis. HEX triplet: 9C, D0 and 4B. RGB value is (156,208,75). Sum of RGB (Red+Green+Blue) = 156+208+75=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD04B is #632FB4. Grayscale: #B1B1B1. Windows color (decimal): -6500277 or 4968604. OLE color: 4968604.

HSL color Cylindrical-coordinate representation of color #9CD04B: hue angle of 83.46º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CD04B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB15620875-
CMYK0.2500.640.18
HSL83.46º58.59%55.49%-
HSV(B)83.46º63.94%81.57%-
XYZ37.5452.6914.85-
YUV177.2970.27112.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 208 (81.64% from 255) = 47.38%
BLUE value IS 75 (29.69% from 255) = 17.08%
R=35.54%
G=47.38%
B=17.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156208750.2500.640.1883.4658.5955.49
Hex9CD04B1904012533b37
Octal234320113310100221237367
Binary100111001101000010010111100101000000100101010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,75); }

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

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

 a { background-color: rgb(156,208,75); }

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

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

 span { border-color: rgb(156,208,75); }

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