#9BD938

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

Shades of Atlantis #9BD938

Tints of Atlantis #9BD938

Color information

#9BD938 (or 0x9BD938) is unknown color: approx Atlantis. HEX triplet: 9B, D9 and 38. RGB value is (155,217,56). Sum of RGB (Red+Green+Blue) = 155+217+56=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD938 is #6426C7. Grayscale: #B4B4B4. Windows color (decimal): -6563528 or 3725723. OLE color: 3725723.

HSL color Cylindrical-coordinate representation of color #9BD938: hue angle of 83.11º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BD938 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB15521756-
CMYK0.2900.740.15
HSL83.11º67.93%53.53%-
HSV(B)83.11º74.19%85.1%-
XYZ39.0456.8812.66-
YUV180.1157.96110.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 217 (85.16% from 255) = 50.70%
BLUE value IS 56 (22.27% from 255) = 13.08%
R=36.21%
G=50.70%
B=13.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217560.2900.740.1583.1167.9353.53
Hex9BD9381D04AF534436
Octal233331703501121712310466
Binary10011011110110011110001110101001010111110100111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,56); }

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

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

 a { background-color: rgb(155,217,56); }

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

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

 span { border-color: rgb(155,217,56); }

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