#9ED94B

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

Shades of Atlantis #9ED94B

Tints of Atlantis #9ED94B

Color information

#9ED94B (or 0x9ED94B) is unknown color: approx Atlantis. HEX triplet: 9E, D9 and 4B. RGB value is (158,217,75). Sum of RGB (Red+Green+Blue) = 158+217+75=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED94B is #6126B4. Grayscale: #B7B7B7. Windows color (decimal): -6366901 or 4970910. OLE color: 4970910.

HSL color Cylindrical-coordinate representation of color #9ED94B: hue angle of 84.93º 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 #9ED94B is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB15821775-
CMYK0.2700.650.15
HSL84.93º65.14%57.25%-
HSV(B)84.93º65.44%85.1%-
XYZ40.1857.415.62-
YUV183.1766.95110.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 217 (85.16% from 255) = 48.22%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=35.11%
G=48.22%
B=16.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158217750.2700.650.1584.9365.1457.25
Hex9ED94B1B041F554139
Octal2363311133301011712510171
Binary100111101101100110010111101101000001111110101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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