Html Css Color HEX #9FC049 Atlantis

📋 copy color: '#9FC049'

red 159 ◦ green 192 ◦ blue 73

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

Shades of Atlantis #9FC049

Tints of Atlantis #9FC049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 37.5%
G = 45.28%
B = 17.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#9FC049 (or 0x9FC049) is known color: Atlantis. HEX triplet: 9F, C0 and 49. RGB value is (159,192,73). Sum of RGB (Red+Green+Blue) = 159+192+73=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC049 is #603FB6. Grayscale: #A9A9A9. Windows color (decimal): -6307767 or 4833439. OLE color: 4833439.

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

Color convert

RGB 159 192 73 -
CMYK 0.17 0 0.62 0.25
HSL 76.64º 0.49% 0.52% -
HSV(B) 76.64º 0.62% 0.75% -
XYZ 34.35 45.55 13.29 -
YUV 168.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 159 192 73 0.17 0 0.62 0.25 76.64 0.49 0.52
Hex 9F C0 49 11 0 3E 19 4D 31 34
Octal 237 300 111 21 0 76 31 115 61 64
Binary 10011111 11000000 1001001 10001 0 111110 11001 1001101 110001 110100

Color Harmonies of #9FC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC049

Black with #9FC049

Text Example


Text Example

White with #9FC049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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