Html Css Color HEX #9BD350 Atlantis

📋 copy color: '#9BD350'

red 155 ◦ green 211 ◦ blue 80

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

Shades of Atlantis #9BD350

Tints of Atlantis #9BD350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 34.75%
G = 47.31%
B = 17.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#9BD350 (or 0x9BD350) is known color: Atlantis. HEX triplet: 9B, D3 and 50. RGB value is (155,211,80). Sum of RGB (Red+Green+Blue) = 155+211+80=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD350 is #642CAF. Grayscale: #B3B3B3. Windows color (decimal): -6565040 or 5297051. OLE color: 5297051.

HSL color Cylindrical-coordinate representation of color #9BD350: hue angle of 85.65º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BD350 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 80 -
CMYK 0.27 0 0.62 0.17
HSL 85.65º 0.6% 0.57% -
HSV(B) 85.65º 0.62% 0.83% -
XYZ 38.26 54.14 16.02 -
YUV 179.32 71.95 110.65 -
System Red Green Blue C M Y K H S L
Decimal 155 211 80 0.27 0 0.62 0.17 85.65 0.6 0.57
Hex 9B D3 50 1B 0 3E 11 56 3C 39
Octal 233 323 120 33 0 76 21 126 74 71
Binary 10011011 11010011 1010000 11011 0 111110 10001 1010110 111100 111001

Color Harmonies of #9BD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD350

Black with #9BD350

Text Example


Text Example

White with #9BD350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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