Html Css Color HEX #9FC740 Atlantis

📋 copy color: '#9FC740'

red 159 ◦ green 199 ◦ blue 64

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

Shades of Atlantis #9FC740

Tints of Atlantis #9FC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.16%

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 37.68%
G = 47.16%
B = 15.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#9FC740 (or 0x9FC740) is known color: Atlantis. HEX triplet: 9F, C7 and 40. RGB value is (159,199,64). Sum of RGB (Red+Green+Blue) = 159+199+64=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC740 is #6038BF. Grayscale: #ACACAC. Windows color (decimal): -6305984 or 4245407. OLE color: 4245407.

HSL color Cylindrical-coordinate representation of color #9FC740: hue angle of 77.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FC740 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 199 64 -
CMYK 0.20 0 0.68 0.22
HSL 77.78º 0.55% 0.52% -
HSV(B) 77.78º 0.68% 0.78% -
XYZ 35.65 48.59 12.35 -
YUV 171.65 67.25 118.98 -
System Red Green Blue C M Y K H S L
Decimal 159 199 64 0.20 0 0.68 0.22 77.78 0.55 0.52
Hex 9F C7 40 14 0 44 16 4E 37 34
Octal 237 307 100 24 0 104 26 116 67 64
Binary 10011111 11000111 1000000 10100 0 1000100 10110 1001110 110111 110100

Color Harmonies of #9FC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC740

Black with #9FC740

Text Example


Text Example

White with #9FC740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,199,64); }

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

background-color css

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

 a { background-color: rgb(159,199,64); }

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

border-color css

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

 span { border-color: rgb(159,199,64); }

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