Html Css Color HEX #9FC145 Atlantis

📋 copy color: '#9FC145'

red 159 ◦ green 193 ◦ blue 69

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

Shades of Atlantis #9FC145

Tints of Atlantis #9FC145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 37.77%
G = 45.84%
B = 16.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#9FC145 (or 0x9FC145) is known color: Atlantis. HEX triplet: 9F, C1 and 45. RGB value is (159,193,69). Sum of RGB (Red+Green+Blue) = 159+193+69=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC145 is #603EBA. Grayscale: #A9A9A9. Windows color (decimal): -6307515 or 4571551. OLE color: 4571551.

HSL color Cylindrical-coordinate representation of color #9FC145: hue angle of 76.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FC145 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 69 -
CMYK 0.18 0 0.64 0.24
HSL 76.45º 0.5% 0.51% -
HSV(B) 76.45º 0.64% 0.76% -
XYZ 34.44 45.94 12.68 -
YUV 168.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 159 193 69 0.18 0 0.64 0.24 76.45 0.5 0.51
Hex 9F C1 45 12 0 40 18 4C 32 33
Octal 237 301 105 22 0 100 30 114 62 63
Binary 10011111 11000001 1000101 10010 0 1000000 11000 1001100 110010 110011

Color Harmonies of #9FC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC145

Black with #9FC145

Text Example


Text Example

White with #9FC145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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