Html Css Color HEX #9FC14D Atlantis

📋 copy color: '#9FC14D'

red 159 ◦ green 193 ◦ blue 77

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

Shades of Atlantis #9FC14D

Tints of Atlantis #9FC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 37.06%
G = 44.99%
B = 17.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#9FC14D (or 0x9FC14D) is known color: Atlantis. HEX triplet: 9F, C1 and 4D. RGB value is (159,193,77). Sum of RGB (Red+Green+Blue) = 159+193+77=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC14D is #603EB2. Grayscale: #AAAAAA. Windows color (decimal): -6307507 or 5095839. OLE color: 5095839.

HSL color Cylindrical-coordinate representation of color #9FC14D: hue angle of 77.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FC14D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 77 -
CMYK 0.18 0 0.60 0.24
HSL 77.59º 0.48% 0.53% -
HSV(B) 77.59º 0.6% 0.76% -
XYZ 34.71 46.05 14.08 -
YUV 169.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 159 193 77 0.18 0 0.60 0.24 77.59 0.48 0.53
Hex 9F C1 4D 12 0 3C 18 4E 30 35
Octal 237 301 115 22 0 74 30 116 60 65
Binary 10011111 11000001 1001101 10010 0 111100 11000 1001110 110000 110101

Color Harmonies of #9FC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC14D

Black with #9FC14D

Text Example


Text Example

White with #9FC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,77); }

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

background-color css

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

 a { background-color: rgb(159,193,77); }

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

border-color css

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

 span { border-color: rgb(159,193,77); }

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