Html Css Color HEX #9F941E Lucky

📋 copy color: '#9F941E'

red 159 ◦ green 148 ◦ blue 30

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

Shades of Lucky #9F941E

Tints of Lucky #9F941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 47.18%
G = 43.92%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F941E (or 0x9F941E) is known color: Lucky. HEX triplet: 9F, 94 and 1E. RGB value is (159,148,30). Sum of RGB (Red+Green+Blue) = 159+148+30=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F941E is #606BE1. Grayscale: #8A8A8A. Windows color (decimal): -6319074 or 2004127. OLE color: 2004127.

HSL color Cylindrical-coordinate representation of color #9F941E: hue angle of 54.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F941E is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 148 30 -
CMYK 0 0.07 0.81 0.38
HSL 54.88º 0.68% 0.37% -
HSV(B) 54.88º 0.81% 0.62% -
XYZ 25.12 28.64 5.43 -
YUV 137.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 159 148 30 0 0.07 0.81 0.38 54.88 0.68 0.37
Hex 9F 94 1E 0 7 51 26 37 44 25
Octal 237 224 36 0 7 121 46 67 104 45
Binary 10011111 10010100 11110 0 111 1010001 100110 110111 1000100 100101

Color Harmonies of #9F941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F941E

Black with #9F941E

Text Example


Text Example

White with #9F941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,30); }

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

background-color css

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

 a { background-color: rgb(159,148,30); }

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

border-color css

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

 span { border-color: rgb(159,148,30); }

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