Html Css Color HEX #9FC950 Atlantis

📋 copy color: '#9FC950'

red 159 ◦ green 201 ◦ blue 80

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

Shades of Atlantis #9FC950

Tints of Atlantis #9FC950

RGB

 RED value IS 159 (62.5% from 255) = 36.14%

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

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

R = 36.14%
G = 45.68%
B = 18.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#9FC950 (or 0x9FC950) is known color: Atlantis. HEX triplet: 9F, C9 and 50. RGB value is (159,201,80). Sum of RGB (Red+Green+Blue) = 159+201+80=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC950 is #6036AF. Grayscale: #AFAFAF. Windows color (decimal): -6305456 or 5294495. OLE color: 5294495.

HSL color Cylindrical-coordinate representation of color #9FC950: hue angle of 80.83º 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 #9FC950 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 201 80 -
CMYK 0.21 0 0.60 0.21
HSL 80.83º 0.53% 0.55% -
HSV(B) 80.83º 0.6% 0.79% -
XYZ 36.63 49.72 15.26 -
YUV 174.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 159 201 80 0.21 0 0.60 0.21 80.83 0.53 0.55
Hex 9F C9 50 15 0 3C 15 51 35 37
Octal 237 311 120 25 0 74 25 121 65 67
Binary 10011111 11001001 1010000 10101 0 111100 10101 1010001 110101 110111

Color Harmonies of #9FC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC950

Black with #9FC950

Text Example


Text Example

White with #9FC950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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