#9BD842

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

Shades of Atlantis #9BD842

Tints of Atlantis #9BD842

Color information

#9BD842 (or 0x9BD842) is unknown color: approx Atlantis. HEX triplet: 9B, D8 and 42. RGB value is (155,216,66). Sum of RGB (Red+Green+Blue) = 155+216+66=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD842 is #6427BD. Grayscale: #B5B5B5. Windows color (decimal): -6563774 or 4380827. OLE color: 4380827.

HSL color Cylindrical-coordinate representation of color #9BD842: hue angle of 84.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BD842 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB15521666-
CMYK0.2800.690.15
HSL84.4º65.79%55.29%-
HSV(B)84.4º69.44%84.71%-
XYZ39.0656.4714-
YUV180.6663.29109.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 216 (84.77% from 255) = 49.43%
BLUE value IS 66 (26.17% from 255) = 15.10%
R=35.47%
G=49.43%
B=15.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155216660.2800.690.1584.465.7955.29
Hex9BD8421C045F544237
Octal2333301023401051712410267
Binary100110111101100010000101110001000101111110101001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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