Html Css Color HEX #9C940A Lucky

📋 copy color: '#9C940A'

red 156 ◦ green 148 ◦ blue 10

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

Shades of Lucky #9C940A

Tints of Lucky #9C940A

RGB

 RED value IS 156 (61.33% from 255) = 49.68%

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 49.68%
G = 47.13%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C940A (or 0x9C940A) is known color: Lucky. HEX triplet: 9C, 94 and 0A. RGB value is (156,148,10). Sum of RGB (Red+Green+Blue) = 156+148+10=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C940A is #636BF5. Grayscale: #878787. Windows color (decimal): -6515702 or 693404. OLE color: 693404.

HSL color Cylindrical-coordinate representation of color #9C940A: hue angle of 56.71º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C940A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 148 10 -
CMYK 0 0.05 0.94 0.39
HSL 56.71º 0.88% 0.33% -
HSV(B) 56.71º 0.94% 0.61% -
XYZ 24.35 28.27 4.46 -
YUV 134.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 156 148 10 0 0.05 0.94 0.39 56.71 0.88 0.33
Hex 9C 94 A 0 5 5E 27 39 58 21
Octal 234 224 12 0 5 136 47 71 130 41
Binary 10011100 10010100 1010 0 101 1011110 100111 111001 1011000 100001

Color Harmonies of #9C940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C940A

Black with #9C940A

Text Example


Text Example

White with #9C940A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,148,10); }

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

background-color css

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

 a { background-color: rgb(156,148,10); }

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

border-color css

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

 span { border-color: rgb(156,148,10); }

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