#9BCD42

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

Shades of Atlantis #9BCD42

Tints of Atlantis #9BCD42

Color information

#9BCD42 (or 0x9BCD42) is unknown color: approx Atlantis. HEX triplet: 9B, CD and 42. RGB value is (155,205,66). Sum of RGB (Red+Green+Blue) = 155+205+66=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD42 is #6432BD. Grayscale: #AEAEAE. Windows color (decimal): -6566590 or 4378011. OLE color: 4378011.

HSL color Cylindrical-coordinate representation of color #9BCD42: hue angle of 81.58º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BCD42 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB15520566-
CMYK0.2400.680.20
HSL81.58º58.16%53.14%-
HSV(B)81.58º67.8%80.39%-
XYZ36.3351.0213.09-
YUV174.266.94114.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 205 (80.47% from 255) = 48.12%
BLUE value IS 66 (26.17% from 255) = 15.49%
R=36.38%
G=48.12%
B=15.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155205660.2400.680.2081.5858.1653.14
Hex9BCD421804414523a35
Octal233315102300104241227265
Binary100110111100110110000101100001000100101001010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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