Html Css Color HEX #9FCC49 Atlantis

📋 copy color: '#9FCC49'

red 159 ◦ green 204 ◦ blue 73

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

Shades of Atlantis #9FCC49

Tints of Atlantis #9FCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 36.47%
G = 46.79%
B = 16.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#9FCC49 (or 0x9FCC49) is known color: Atlantis. HEX triplet: 9F, CC and 49. RGB value is (159,204,73). Sum of RGB (Red+Green+Blue) = 159+204+73=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC49 is #6033B6. Grayscale: #B0B0B0. Windows color (decimal): -6304695 or 4836511. OLE color: 4836511.

HSL color Cylindrical-coordinate representation of color #9FCC49: hue angle of 80.61º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FCC49 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 73 -
CMYK 0.22 0 0.64 0.2
HSL 80.61º 0.56% 0.54% -
HSV(B) 80.61º 0.64% 0.8% -
XYZ 37.09 51.04 14.2 -
YUV 175.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 159 204 73 0.22 0 0.64 0.2 80.61 0.56 0.54
Hex 9F CC 49 16 0 40 14 51 38 36
Octal 237 314 111 26 0 100 24 121 70 66
Binary 10011111 11001100 1001001 10110 0 1000000 10100 1010001 111000 110110

Color Harmonies of #9FCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC49

Black with #9FCC49

Text Example


Text Example

White with #9FCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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