Html Css Color HEX #9BC455 Atlantis

📋 copy color: '#9BC455'

red 155 ◦ green 196 ◦ blue 85

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

Shades of Atlantis #9BC455

Tints of Atlantis #9BC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 35.55%
G = 44.95%
B = 19.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#9BC455 (or 0x9BC455) is known color: Atlantis. HEX triplet: 9B, C4 and 55. RGB value is (155,196,85). Sum of RGB (Red+Green+Blue) = 155+196+85=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC455 is #643BAA. Grayscale: #ABABAB. Windows color (decimal): -6568875 or 5620891. OLE color: 5620891.

HSL color Cylindrical-coordinate representation of color #9BC455: hue angle of 82.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC455 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 85 -
CMYK 0.21 0 0.57 0.23
HSL 82.16º 0.48% 0.55% -
HSV(B) 82.16º 0.57% 0.77% -
XYZ 34.9 47.1 15.85 -
YUV 171.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 155 196 85 0.21 0 0.57 0.23 82.16 0.48 0.55
Hex 9B C4 55 15 0 39 17 52 30 37
Octal 233 304 125 25 0 71 27 122 60 67
Binary 10011011 11000100 1010101 10101 0 111001 10111 1010010 110000 110111

Color Harmonies of #9BC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC455

Black with #9BC455

Text Example


Text Example

White with #9BC455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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