#9bd042

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

Shades of Atlantis #9BD042

Tints of Atlantis #9BD042

Color information

#9BD042 (or 0x9BD042) is unknown color: approx Atlantis. HEX triplet: 9B, D0 and 42. RGB value is (155,208,66). Sum of RGB (Red+Green+Blue) = 155+208+66=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD042 is #642FBD. Grayscale: #B0B0B0. Windows color (decimal): -6565822 or 4378779. OLE color: 4378779.

HSL color Cylindrical-coordinate representation of color #9BD042: hue angle of 82.39º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BD042 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB15520866-
CMYK0.2500.680.18
HSL82.39º60.17%53.73%-
HSV(B)82.39º68.27%81.57%-
XYZ37.0652.4713.33-
YUV175.9665.94113.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 66 (26.17% from 255) = 15.38%
R=36.13%
G=48.48%
B=15.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155208660.2500.680.1882.3960.1753.73
Hex9BD0421904412523c36
Octal233320102310104221227466
Binary100110111101000010000101100101000100100101010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,66); }

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

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

 a { background-color: rgb(155,208,66); }

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

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

 span { border-color: rgb(155,208,66); }

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