Html Css Color HEX #9FC149 Atlantis

📋 copy color: '#9FC149'

red 159 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #9FC149

Tints of Atlantis #9FC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.41%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 37.41%
G = 45.41%
B = 17.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#9FC149 (or 0x9FC149) is known color: Atlantis. HEX triplet: 9F, C1 and 49. RGB value is (159,193,73). Sum of RGB (Red+Green+Blue) = 159+193+73=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC149 is #603EB6. Grayscale: #A9A9A9. Windows color (decimal): -6307511 or 4833695. OLE color: 4833695.

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

Color convert

RGB 159 193 73 -
CMYK 0.18 0 0.62 0.24
HSL 77º 0.49% 0.52% -
HSV(B) 77º 0.62% 0.76% -
XYZ 34.57 45.99 13.36 -
YUV 169.15 73.74 120.76 -
System Red Green Blue C M Y K H S L
Decimal 159 193 73 0.18 0 0.62 0.24 77 0.49 0.52
Hex 9F C1 49 12 0 3E 18 4D 31 34
Octal 237 301 111 22 0 76 30 115 61 64
Binary 10011111 11000001 1001001 10010 0 111110 11000 1001101 110001 110100

Color Harmonies of #9FC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC149

Black with #9FC149

Text Example


Text Example

White with #9FC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,73); }

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

background-color css

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

 a { background-color: rgb(159,193,73); }

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

border-color css

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

 span { border-color: rgb(159,193,73); }

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