Html Css Color HEX #9FCA4F Atlantis

📋 copy color: '#9FCA4F'

red 159 ◦ green 202 ◦ blue 79

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

Shades of Atlantis #9FCA4F

Tints of Atlantis #9FCA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 36.14%
G = 45.91%
B = 17.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#9FCA4F (or 0x9FCA4F) is known color: Atlantis. HEX triplet: 9F, CA and 4F. RGB value is (159,202,79). Sum of RGB (Red+Green+Blue) = 159+202+79=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA4F is #6035B0. Grayscale: #AFAFAF. Windows color (decimal): -6305201 or 5229215. OLE color: 5229215.

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

Color convert

RGB 159 202 79 -
CMYK 0.21 0 0.61 0.21
HSL 80.98º 0.54% 0.55% -
HSV(B) 80.98º 0.61% 0.79% -
XYZ 36.83 50.18 15.14 -
YUV 175.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 159 202 79 0.21 0 0.61 0.21 80.98 0.54 0.55
Hex 9F CA 4F 15 0 3D 15 51 36 37
Octal 237 312 117 25 0 75 25 121 66 67
Binary 10011111 11001010 1001111 10101 0 111101 10101 1010001 110110 110111

Color Harmonies of #9FCA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA4F

Black with #9FCA4F

Text Example


Text Example

White with #9FCA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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