Html Css Color HEX #9FCA47 Atlantis

📋 copy color: '#9FCA47'

red 159 ◦ green 202 ◦ blue 71

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

Shades of Atlantis #9FCA47

Tints of Atlantis #9FCA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 71 (28.13% from 255) = 16.44%

R = 36.81%
G = 46.76%
B = 16.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#9FCA47 (or 0x9FCA47) is known color: Atlantis. HEX triplet: 9F, CA and 47. RGB value is (159,202,71). Sum of RGB (Red+Green+Blue) = 159+202+71=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCA47 is #6035B8. Grayscale: #AEAEAE. Windows color (decimal): -6305209 or 4704927. OLE color: 4704927.

HSL color Cylindrical-coordinate representation of color #9FCA47: hue angle of 79.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FCA47 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 71 -
CMYK 0.21 0 0.65 0.21
HSL 79.69º 0.55% 0.54% -
HSV(B) 79.69º 0.65% 0.79% -
XYZ 36.56 50.07 13.7 -
YUV 174.21 69.75 117.15 -
System Red Green Blue C M Y K H S L
Decimal 159 202 71 0.21 0 0.65 0.21 79.69 0.55 0.54
Hex 9F CA 47 15 0 41 15 50 37 36
Octal 237 312 107 25 0 101 25 120 67 66
Binary 10011111 11001010 1000111 10101 0 1000001 10101 1010000 110111 110110

Color Harmonies of #9FCA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA47

Black with #9FCA47

Text Example


Text Example

White with #9FCA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,71); }

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

background-color css

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

 a { background-color: rgb(159,202,71); }

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

border-color css

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

 span { border-color: rgb(159,202,71); }

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