Html Css Color HEX #9FD341 Atlantis

📋 copy color: '#9FD341'

red 159 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #9FD341

Tints of Atlantis #9FD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.51%

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

R = 36.55%
G = 48.51%
B = 14.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#9FD341 (or 0x9FD341) is known color: Atlantis. HEX triplet: 9F, D3 and 41. RGB value is (159,211,65). Sum of RGB (Red+Green+Blue) = 159+211+65=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD341 is #602CBE. Grayscale: #B3B3B3. Windows color (decimal): -6302911 or 4314015. OLE color: 4314015.

HSL color Cylindrical-coordinate representation of color #9FD341: hue angle of 81.37º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FD341 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 211 65 -
CMYK 0.25 0 0.69 0.17
HSL 81.37º 0.62% 0.54% -
HSV(B) 81.37º 0.69% 0.83% -
XYZ 38.55 54.34 13.46 -
YUV 178.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 159 211 65 0.25 0 0.69 0.17 81.37 0.62 0.54
Hex 9F D3 41 19 0 45 11 51 3E 36
Octal 237 323 101 31 0 105 21 121 76 66
Binary 10011111 11010011 1000001 11001 0 1000101 10001 1010001 111110 110110

Color Harmonies of #9FD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD341

Black with #9FD341

Text Example


Text Example

White with #9FD341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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