#9CD94B

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

Shades of Atlantis #9CD94B

Tints of Atlantis #9CD94B

Color information

#9CD94B (or 0x9CD94B) is unknown color: approx Atlantis. HEX triplet: 9C, D9 and 4B. RGB value is (156,217,75). Sum of RGB (Red+Green+Blue) = 156+217+75=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD94B is #6326B4. Grayscale: #B7B7B7. Windows color (decimal): -6497973 or 4970908. OLE color: 4970908.

HSL color Cylindrical-coordinate representation of color #9CD94B: hue angle of 85.77º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CD94B is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB15621775-
CMYK0.2800.650.15
HSL85.77º65.14%57.25%-
HSV(B)85.77º65.44%85.1%-
XYZ39.7957.215.6-
YUV182.5767.29109.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 217 (85.16% from 255) = 48.44%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=34.82%
G=48.44%
B=16.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156217750.2800.650.1585.7765.1457.25
Hex9CD94B1C041F564139
Octal2343311133401011712610171
Binary100111001101100110010111110001000001111110101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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