Html Css Color HEX #9BC855 Atlantis

📋 copy color: '#9BC855'

red 155 ◦ green 200 ◦ blue 85

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

Shades of Atlantis #9BC855

Tints of Atlantis #9BC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 35.23%
G = 45.45%
B = 19.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#9BC855 (or 0x9BC855) is known color: Atlantis. HEX triplet: 9B, C8 and 55. RGB value is (155,200,85). Sum of RGB (Red+Green+Blue) = 155+200+85=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC855 is #6437AA. Grayscale: #ADADAD. Windows color (decimal): -6567851 or 5621915. OLE color: 5621915.

HSL color Cylindrical-coordinate representation of color #9BC855: hue angle of 83.48º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC855 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 200 85 -
CMYK 0.22 0 0.58 0.22
HSL 83.48º 0.51% 0.56% -
HSV(B) 83.48º 0.58% 0.78% -
XYZ 35.81 48.93 16.15 -
YUV 173.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 155 200 85 0.22 0 0.58 0.22 83.48 0.51 0.56
Hex 9B C8 55 16 0 3A 16 53 33 38
Octal 233 310 125 26 0 72 26 123 63 70
Binary 10011011 11001000 1010101 10110 0 111010 10110 1010011 110011 111000

Color Harmonies of #9BC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC855

Black with #9BC855

Text Example


Text Example

White with #9BC855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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