#9EBF4E

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

Shades of Atlantis #9EBF4E

Tints of Atlantis #9EBF4E

Color information

#9EBF4E (or 0x9EBF4E) is unknown color: approx Atlantis. HEX triplet: 9E, BF and 4E. RGB value is (158,191,78). Sum of RGB (Red+Green+Blue) = 158+191+78=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF4E is #6140B1. Grayscale: #A8A8A8. Windows color (decimal): -6373554 or 5160862. OLE color: 5160862.

HSL color Cylindrical-coordinate representation of color #9EBF4E: hue angle of 77.52º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EBF4E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB15819178-
CMYK0.1700.590.25
HSL77.52º46.89%52.75%-
HSV(B)77.52º59.16%74.9%-
XYZ34.1145.0814.11-
YUV168.2577.07120.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=37.00%
G=44.73%
B=18.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158191780.1700.590.2577.5246.8952.75
Hex9EBF4E1103B194e2f35
Octal23627711621073311165765
Binary10011110101111111001110100010111011110011001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,78); }

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

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

 a { background-color: rgb(158,191,78); }

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

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

 span { border-color: rgb(158,191,78); }

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