Html Css Color HEX #9BCD54 Atlantis

📋 copy color: '#9BCD54'

red 155 ◦ green 205 ◦ blue 84

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

Shades of Atlantis #9BCD54

Tints of Atlantis #9BCD54

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

 BLUE value IS 84 (33.2% from 255) = 18.92%

R = 34.91%
G = 46.17%
B = 18.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#9BCD54 (or 0x9BCD54) is known color: Atlantis. HEX triplet: 9B, CD and 54. RGB value is (155,205,84). Sum of RGB (Red+Green+Blue) = 155+205+84=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD54 is #6432AB. Grayscale: #B0B0B0. Windows color (decimal): -6566572 or 5557659. OLE color: 5557659.

HSL color Cylindrical-coordinate representation of color #9BCD54: hue angle of 84.79º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BCD54 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 84 -
CMYK 0.24 0 0.59 0.20
HSL 84.79º 0.55% 0.57% -
HSV(B) 84.79º 0.59% 0.8% -
XYZ 36.95 51.27 16.34 -
YUV 176.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 155 205 84 0.24 0 0.59 0.20 84.79 0.55 0.57
Hex 9B CD 54 18 0 3B 14 55 37 39
Octal 233 315 124 30 0 73 24 125 67 71
Binary 10011011 11001101 1010100 11000 0 111011 10100 1010101 110111 111001

Color Harmonies of #9BCD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD54

Black with #9BCD54

Text Example


Text Example

White with #9BCD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,84); }

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

background-color css

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

 a { background-color: rgb(155,205,84); }

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

border-color css

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

 span { border-color: rgb(155,205,84); }

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