Html Css Color HEX #9BD150 Atlantis

📋 copy color: '#9BD150'

red 155 ◦ green 209 ◦ blue 80

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

Shades of Atlantis #9BD150

Tints of Atlantis #9BD150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 34.91%
G = 47.07%
B = 18.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#9BD150 (or 0x9BD150) is known color: Atlantis. HEX triplet: 9B, D1 and 50. RGB value is (155,209,80). Sum of RGB (Red+Green+Blue) = 155+209+80=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD150 is #642EAF. Grayscale: #B2B2B2. Windows color (decimal): -6565552 or 5296539. OLE color: 5296539.

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

Color convert

RGB 155 209 80 -
CMYK 0.26 0 0.62 0.18
HSL 85.12º 0.58% 0.57% -
HSV(B) 85.12º 0.62% 0.82% -
XYZ 37.77 53.15 15.86 -
YUV 178.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 155 209 80 0.26 0 0.62 0.18 85.12 0.58 0.57
Hex 9B D1 50 1A 0 3E 12 55 3A 39
Octal 233 321 120 32 0 76 22 125 72 71
Binary 10011011 11010001 1010000 11010 0 111110 10010 1010101 111010 111001

Color Harmonies of #9BD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD150

Black with #9BD150

Text Example


Text Example

White with #9BD150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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