#9CD73F

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

Shades of Atlantis #9CD73F

Tints of Atlantis #9CD73F

Color information

#9CD73F (or 0x9CD73F) is unknown color: approx Atlantis. HEX triplet: 9C, D7 and 3F. RGB value is (156,215,63). Sum of RGB (Red+Green+Blue) = 156+215+63=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD73F is #6328C0. Grayscale: #B4B4B4. Windows color (decimal): -6498497 or 4183964. OLE color: 4183964.

HSL color Cylindrical-coordinate representation of color #9CD73F: hue angle of 83.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CD73F is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB15621563-
CMYK0.2700.710.16
HSL83.29º65.52%54.51%-
HSV(B)83.29º70.7%84.31%-
XYZ38.9156.0313.47-
YUV180.0361.95110.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 215 (84.38% from 255) = 49.54%
BLUE value IS 63 (25% from 255) = 14.52%
R=35.94%
G=49.54%
B=14.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156215630.2700.710.1683.2965.5254.51
Hex9CD73F1B04710534237
Octal234327773301072012310267
Binary100111001101011111111111011010001111000010100111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,215,63); }

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

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

 a { background-color: rgb(156,215,63); }

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

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

 span { border-color: rgb(156,215,63); }

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