#9BDE4C

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

Shades of Atlantis #9BDE4C

Tints of Atlantis #9BDE4C

Color information

#9BDE4C (or 0x9BDE4C) is unknown color: approx Atlantis. HEX triplet: 9B, DE and 4C. RGB value is (155,222,76). Sum of RGB (Red+Green+Blue) = 155+222+76=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDE4C is #6421B3. Grayscale: #B9B9B9. Windows color (decimal): -6562228 or 5037723. OLE color: 5037723.

HSL color Cylindrical-coordinate representation of color #9BDE4C: hue angle of 87.53º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BDE4C is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB15522276-
CMYK0.3000.660.13
HSL87.53º68.87%58.43%-
HSV(B)87.53º65.77%87.06%-
XYZ40.9459.7316.21-
YUV185.3266.3106.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 222 (87.11% from 255) = 49.01%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=34.22%
G=49.01%
B=16.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155222760.3000.660.1387.5368.8758.43
Hex9BDE4C1E042D58453a
Octal2333361143601021513010572
Binary100110111101111010011001111001000010110110110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,76); }

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

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

 a { background-color: rgb(155,222,76); }

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

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

 span { border-color: rgb(155,222,76); }

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