Html Css Color HEX #9FC350 Atlantis

📋 copy color: '#9FC350'

red 159 ◦ green 195 ◦ blue 80

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

Shades of Atlantis #9FC350

Tints of Atlantis #9FC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.93%

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

R = 36.64%
G = 44.93%
B = 18.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#9FC350 (or 0x9FC350) is known color: Atlantis. HEX triplet: 9F, C3 and 50. RGB value is (159,195,80). Sum of RGB (Red+Green+Blue) = 159+195+80=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC350 is #603CAF. Grayscale: #ABABAB. Windows color (decimal): -6306992 or 5292959. OLE color: 5292959.

HSL color Cylindrical-coordinate representation of color #9FC350: hue angle of 78.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FC350 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 80 -
CMYK 0.18 0 0.59 0.24
HSL 78.78º 0.49% 0.54% -
HSV(B) 78.78º 0.59% 0.76% -
XYZ 35.26 46.98 14.8 -
YUV 171.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 159 195 80 0.18 0 0.59 0.24 78.78 0.49 0.54
Hex 9F C3 50 12 0 3B 18 4F 31 36
Octal 237 303 120 22 0 73 30 117 61 66
Binary 10011111 11000011 1010000 10010 0 111011 11000 1001111 110001 110110

Color Harmonies of #9FC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC350

Black with #9FC350

Text Example


Text Example

White with #9FC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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