Html Css Color HEX #9BC950 Atlantis

📋 copy color: '#9BC950'

red 155 ◦ green 201 ◦ blue 80

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

Shades of Atlantis #9BC950

Tints of Atlantis #9BC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.1%

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

R = 35.55%
G = 46.1%
B = 18.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#9BC950 (or 0x9BC950) is known color: Atlantis. HEX triplet: 9B, C9 and 50. RGB value is (155,201,80). Sum of RGB (Red+Green+Blue) = 155+201+80=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC950 is #6436AF. Grayscale: #ADADAD. Windows color (decimal): -6567600 or 5294491. OLE color: 5294491.

HSL color Cylindrical-coordinate representation of color #9BC950: hue angle of 82.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BC950 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 80 -
CMYK 0.23 0 0.60 0.21
HSL 82.81º 0.53% 0.55% -
HSV(B) 82.81º 0.6% 0.79% -
XYZ 35.85 49.32 15.22 -
YUV 173.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 155 201 80 0.23 0 0.60 0.21 82.81 0.53 0.55
Hex 9B C9 50 17 0 3C 15 53 35 37
Octal 233 311 120 27 0 74 25 123 65 67
Binary 10011011 11001001 1010000 10111 0 111100 10101 1010011 110101 110111

Color Harmonies of #9BC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC950

Black with #9BC950

Text Example


Text Example

White with #9BC950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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