Html Css Color HEX #9BC051 Atlantis

📋 copy color: '#9BC051'

red 155 ◦ green 192 ◦ blue 81

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

Shades of Atlantis #9BC051

Tints of Atlantis #9BC051

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 36.21%
G = 44.86%
B = 18.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#9BC051 (or 0x9BC051) is known color: Atlantis. HEX triplet: 9B, C0 and 51. RGB value is (155,192,81). Sum of RGB (Red+Green+Blue) = 155+192+81=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC051 is #643FAE. Grayscale: #A8A8A8. Windows color (decimal): -6569903 or 5357723. OLE color: 5357723.

HSL color Cylindrical-coordinate representation of color #9BC051: hue angle of 80º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BC051 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 81 -
CMYK 0.19 0 0.58 0.25
HSL 80º 0.47% 0.54% -
HSV(B) 80º 0.58% 0.75% -
XYZ 33.85 45.26 14.74 -
YUV 168.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 155 192 81 0.19 0 0.58 0.25 80 0.47 0.54
Hex 9B C0 51 13 0 3A 19 50 2F 36
Octal 233 300 121 23 0 72 31 120 57 66
Binary 10011011 11000000 1010001 10011 0 111010 11001 1010000 101111 110110

Color Harmonies of #9BC051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC051

Black with #9BC051

Text Example


Text Example

White with #9BC051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,81); }

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

background-color css

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

 a { background-color: rgb(155,192,81); }

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

border-color css

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

 span { border-color: rgb(155,192,81); }

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