#9ebc44

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

Shades of Atlantis #9EBC44

Tints of Atlantis #9EBC44

Color information

#9EBC44 (or 0x9EBC44) is unknown color: approx Atlantis. HEX triplet: 9E, BC and 44. RGB value is (158,188,68). Sum of RGB (Red+Green+Blue) = 158+188+68=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC44 is #6143BB. Grayscale: #A5A5A5. Windows color (decimal): -6374332 or 4504734. OLE color: 4504734.

HSL color Cylindrical-coordinate representation of color #9EBC44: hue angle of 75º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EBC44 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB15818868-
CMYK0.1600.640.26
HSL75º47.24%50.2%-
HSV(B)75º63.83%73.73%-
XYZ33.1343.6512.15-
YUV165.3573.06122.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 188 (73.83% from 255) = 45.41%
BLUE value IS 68 (26.95% from 255) = 16.43%
R=38.16%
G=45.41%
B=16.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158188680.1600.640.267547.2450.2
Hex9EBC44100401A4b2f32
Octal236274104200100321135762
Binary100111101011110010001001000001000000110101001011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ebc44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,68); }

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

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

 a { background-color: rgb(158,188,68); }

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

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

 span { border-color: rgb(158,188,68); }

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