Html Css Color HEX #9F9401 Lucky

📋 copy color: '#9F9401'

red 159 ◦ green 148 ◦ blue 1

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

Shades of Lucky #9F9401

Tints of Lucky #9F9401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 51.62%
G = 48.05%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F9401 (or 0x9F9401) is known color: Lucky. HEX triplet: 9F, 94 and 01. RGB value is (159,148,1). Sum of RGB (Red+Green+Blue) = 159+148+1=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9401 is #606BFE. Grayscale: #878787. Windows color (decimal): -6319103 or 103583. OLE color: 103583.

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

Color convert

RGB 159 148 1 -
CMYK 0 0.07 0.99 0.38
HSL 55.82º 0.99% 0.31% -
HSV(B) 55.82º 0.99% 0.62% -
XYZ 24.89 28.55 4.23 -
YUV 134.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 159 148 1 0 0.07 0.99 0.38 55.82 0.99 0.31
Hex 9F 94 1 0 7 63 26 38 63 1F
Octal 237 224 1 0 7 143 46 70 143 37
Binary 10011111 10010100 1 0 111 1100011 100110 111000 1100011 11111

Color Harmonies of #9F9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9401

Black with #9F9401

Text Example


Text Example

White with #9F9401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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