Html Css Color HEX #9FA116 Lucky

📋 copy color: '#9FA116'

red 159 ◦ green 161 ◦ blue 22

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

Shades of Lucky #9FA116

Tints of Lucky #9FA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 46.49%
G = 47.08%
B = 6.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#9FA116 (or 0x9FA116) is known color: Lucky. HEX triplet: 9F, A1 and 16. RGB value is (159,161,22). Sum of RGB (Red+Green+Blue) = 159+161+22=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA116 is #605EE9. Grayscale: #919191. Windows color (decimal): -6315754 or 1483167. OLE color: 1483167.

HSL color Cylindrical-coordinate representation of color #9FA116: hue angle of 60.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FA116 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 22 -
CMYK 0.01 0 0.86 0.37
HSL 60.86º 0.76% 0.36% -
HSV(B) 60.86º 0.86% 0.63% -
XYZ 27.19 32.92 5.68 -
YUV 144.56 58.84 138.3 -
System Red Green Blue C M Y K H S L
Decimal 159 161 22 0.01 0 0.86 0.37 60.86 0.76 0.36
Hex 9F A1 16 1 0 56 25 3D 4C 24
Octal 237 241 26 1 0 126 45 75 114 44
Binary 10011111 10100001 10110 1 0 1010110 100101 111101 1001100 100100

Color Harmonies of #9FA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA116

Black with #9FA116

Text Example


Text Example

White with #9FA116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,22); }

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

background-color css

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

 a { background-color: rgb(159,161,22); }

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

border-color css

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

 span { border-color: rgb(159,161,22); }

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