Html Css Color HEX #9FC340 Atlantis

📋 copy color: '#9FC340'

red 159 ◦ green 195 ◦ blue 64

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

Shades of Atlantis #9FC340

Tints of Atlantis #9FC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.65%

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

R = 38.04%
G = 46.65%
B = 15.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#9FC340 (or 0x9FC340) is known color: Atlantis. HEX triplet: 9F, C3 and 40. RGB value is (159,195,64). Sum of RGB (Red+Green+Blue) = 159+195+64=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC340 is #603CBF. Grayscale: #A9A9A9. Windows color (decimal): -6307008 or 4244383. OLE color: 4244383.

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

Color convert

RGB 159 195 64 -
CMYK 0.18 0 0.67 0.24
HSL 76.49º 0.52% 0.51% -
HSV(B) 76.49º 0.67% 0.76% -
XYZ 34.74 46.77 12.05 -
YUV 169.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 159 195 64 0.18 0 0.67 0.24 76.49 0.52 0.51
Hex 9F C3 40 12 0 43 18 4C 34 33
Octal 237 303 100 22 0 103 30 114 64 63
Binary 10011111 11000011 1000000 10010 0 1000011 11000 1001100 110100 110011

Color Harmonies of #9FC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC340

Black with #9FC340

Text Example


Text Example

White with #9FC340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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