Html Css Color HEX #9FD041 Atlantis

📋 copy color: '#9FD041'

red 159 ◦ green 208 ◦ blue 65

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

Shades of Atlantis #9FD041

Tints of Atlantis #9FD041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

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

R = 36.81%
G = 48.15%
B = 15.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#9FD041 (or 0x9FD041) is known color: Atlantis. HEX triplet: 9F, D0 and 41. RGB value is (159,208,65). Sum of RGB (Red+Green+Blue) = 159+208+65=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD041 is #602FBE. Grayscale: #B1B1B1. Windows color (decimal): -6303679 or 4313247. OLE color: 4313247.

HSL color Cylindrical-coordinate representation of color #9FD041: hue angle of 80.56º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FD041 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 65 -
CMYK 0.24 0 0.69 0.18
HSL 80.56º 0.6% 0.54% -
HSV(B) 80.56º 0.69% 0.82% -
XYZ 37.81 52.86 13.21 -
YUV 177.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 159 208 65 0.24 0 0.69 0.18 80.56 0.6 0.54
Hex 9F D0 41 18 0 45 12 51 3C 36
Octal 237 320 101 30 0 105 22 121 74 66
Binary 10011111 11010000 1000001 11000 0 1000101 10010 1010001 111100 110110

Color Harmonies of #9FD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD041

Black with #9FD041

Text Example


Text Example

White with #9FD041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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