Html Css Color HEX #9BD155 Atlantis

📋 copy color: '#9BD155'

red 155 ◦ green 209 ◦ blue 85

#9BD155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9BD155

Tints of Atlantis #9BD155

RGB

 RED value IS 155 (60.94% from 255) = 34.52%

 GREEN value IS 209 (82.03% from 255) = 46.55%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 34.52%
G = 46.55%
B = 18.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#9BD155 (or 0x9BD155) is known color: Atlantis. HEX triplet: 9B, D1 and 55. RGB value is (155,209,85). Sum of RGB (Red+Green+Blue) = 155+209+85=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD155 is #642EAA. Grayscale: #B3B3B3. Windows color (decimal): -6565547 or 5624219. OLE color: 5624219.

HSL color Cylindrical-coordinate representation of color #9BD155: hue angle of 86.13º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BD155 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 209 85 -
CMYK 0.26 0 0.59 0.18
HSL 86.13º 0.57% 0.58% -
HSV(B) 86.13º 0.59% 0.82% -
XYZ 37.96 53.23 16.87 -
YUV 178.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 155 209 85 0.26 0 0.59 0.18 86.13 0.57 0.58
Hex 9B D1 55 1A 0 3B 12 56 39 3A
Octal 233 321 125 32 0 73 22 126 71 72
Binary 10011011 11010001 1010101 11010 0 111011 10010 1010110 111001 111010

Color Harmonies of #9BD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD155

Black with #9BD155

Text Example


Text Example

White with #9BD155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,209,85); }

 H1.HeaderClassName
 {
   color: #9BD155;
 }
 .AnyTagClassName
 {
   color: #9BD155;
 }
</style>

background-color css

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

 a { background-color: rgb(155,209,85); }

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

border-color css

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

 span { border-color: rgb(155,209,85); }

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