Html Css Color HEX #9A940D Lucky

📋 copy color: '#9A940D'

red 154 ◦ green 148 ◦ blue 13

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

Shades of Lucky #9A940D

Tints of Lucky #9A940D

RGB

 RED value IS 154 (60.55% from 255) = 48.89%

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 48.89%
G = 46.98%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A940D (or 0x9A940D) is known color: Lucky. HEX triplet: 9A, 94 and 0D. RGB value is (154,148,13). Sum of RGB (Red+Green+Blue) = 154+148+13=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A940D is #656BF2. Grayscale: #868686. Windows color (decimal): -6646771 or 890010. OLE color: 890010.

HSL color Cylindrical-coordinate representation of color #9A940D: hue angle of 57.45º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A940D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 148 13 -
CMYK 0 0.04 0.92 0.40
HSL 57.45º 0.84% 0.33% -
HSV(B) 57.45º 0.92% 0.6% -
XYZ 23.99 28.08 4.54 -
YUV 134.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 154 148 13 0 0.04 0.92 0.40 57.45 0.84 0.33
Hex 9A 94 D 0 4 5C 28 39 54 21
Octal 232 224 15 0 4 134 50 71 124 41
Binary 10011010 10010100 1101 0 100 1011100 101000 111001 1010100 100001

Color Harmonies of #9A940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A940D

Black with #9A940D

Text Example


Text Example

White with #9A940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,148,13); }

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

background-color css

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

 a { background-color: rgb(154,148,13); }

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

border-color css

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

 span { border-color: rgb(154,148,13); }

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