Html Css Color HEX #9FC241 Atlantis

📋 copy color: '#9FC241'

red 159 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #9FC241

Tints of Atlantis #9FC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 65 (25.78% from 255) = 15.55%

R = 38.04%
G = 46.41%
B = 15.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#9FC241 (or 0x9FC241) is known color: Atlantis. HEX triplet: 9F, C2 and 41. RGB value is (159,194,65). Sum of RGB (Red+Green+Blue) = 159+194+65=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC241 is #603DBE. Grayscale: #A9A9A9. Windows color (decimal): -6307263 or 4309663. OLE color: 4309663.

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

Color convert

RGB 159 194 65 -
CMYK 0.18 0 0.66 0.24
HSL 76.28º 0.51% 0.51% -
HSV(B) 76.28º 0.66% 0.76% -
XYZ 34.54 46.34 12.12 -
YUV 168.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 159 194 65 0.18 0 0.66 0.24 76.28 0.51 0.51
Hex 9F C2 41 12 0 42 18 4C 33 33
Octal 237 302 101 22 0 102 30 114 63 63
Binary 10011111 11000010 1000001 10010 0 1000010 11000 1001100 110011 110011

Color Harmonies of #9FC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC241

Black with #9FC241

Text Example


Text Example

White with #9FC241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,65); }

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

background-color css

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

 a { background-color: rgb(159,194,65); }

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

border-color css

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

 span { border-color: rgb(159,194,65); }

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