Html Css Color HEX #9FCB49 Atlantis

📋 copy color: '#9FCB49'

red 159 ◦ green 203 ◦ blue 73

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

Shades of Atlantis #9FCB49

Tints of Atlantis #9FCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

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

R = 36.55%
G = 46.67%
B = 16.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#9FCB49 (or 0x9FCB49) is known color: Atlantis. HEX triplet: 9F, CB and 49. RGB value is (159,203,73). Sum of RGB (Red+Green+Blue) = 159+203+73=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCB49 is #6034B6. Grayscale: #AFAFAF. Windows color (decimal): -6304951 or 4836255. OLE color: 4836255.

HSL color Cylindrical-coordinate representation of color #9FCB49: hue angle of 80.31º 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 #9FCB49 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 73 -
CMYK 0.22 0 0.64 0.20
HSL 80.31º 0.56% 0.54% -
HSV(B) 80.31º 0.64% 0.8% -
XYZ 36.86 50.56 14.12 -
YUV 175.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 159 203 73 0.22 0 0.64 0.20 80.31 0.56 0.54
Hex 9F CB 49 16 0 40 14 50 38 36
Octal 237 313 111 26 0 100 24 120 70 66
Binary 10011111 11001011 1001001 10110 0 1000000 10100 1010000 111000 110110

Color Harmonies of #9FCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB49

Black with #9FCB49

Text Example


Text Example

White with #9FCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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