#9BC04E

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

Shades of Atlantis #9BC04E

Tints of Atlantis #9BC04E

Color information

#9BC04E (or 0x9BC04E) is unknown color: approx Atlantis. HEX triplet: 9B, C0 and 4E. RGB value is (155,192,78). Sum of RGB (Red+Green+Blue) = 155+192+78=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC04E is #643FB1. Grayscale: #A8A8A8. Windows color (decimal): -6569906 or 5161115. OLE color: 5161115.

HSL color Cylindrical-coordinate representation of color #9BC04E: hue angle of 79.47º degrees, saturation: 0.48, 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 #9BC04E is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB15519278-
CMYK0.1900.590.25
HSL79.47º47.5%52.94%-
HSV(B)79.47º59.38%75.29%-
XYZ33.7445.2214.16-
YUV167.9477.24118.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=36.47%
G=45.18%
B=18.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155192780.1900.590.2579.4747.552.94
Hex9BC04E1303B194f3035
Octal23330011623073311176065
Binary10011011110000001001110100110111011110011001111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,78); }

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

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

 a { background-color: rgb(155,192,78); }

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

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

 span { border-color: rgb(155,192,78); }

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