#9EBF3D

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

Shades of Atlantis #9EBF3D

Tints of Atlantis #9EBF3D

Color information

#9EBF3D (or 0x9EBF3D) is unknown color: approx Atlantis. HEX triplet: 9E, BF and 3D. RGB value is (158,191,61). Sum of RGB (Red+Green+Blue) = 158+191+61=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBF3D is #6140C2. Grayscale: #A6A6A6. Windows color (decimal): -6373571 or 4046750. OLE color: 4046750.

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

Color convert

RGB15819161-
CMYK0.1700.680.25
HSL75.23º51.59%49.41%-
HSV(B)75.23º68.06%74.9%-
XYZ33.5744.8711.31-
YUV166.3168.57122.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.54%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 61 (24.22% from 255) = 14.88%
R=38.54%
G=46.59%
B=14.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158191610.1700.680.2575.2351.5949.41
Hex9EBF3D11044194b3431
Octal23627775210104311136461
Binary10011110101111111111011000101000100110011001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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