Html Css Color HEX #9A9900 Lucky

📋 copy color: '#9A9900'

red 154 ◦ green 153 ◦ blue 0

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

Shades of Lucky #9A9900

Tints of Lucky #9A9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.16%
G = 49.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A9900 (or 0x9A9900) is known color: Lucky. HEX triplet: 9A, 99 and 00. RGB value is (154,153,0). Sum of RGB (Red+Green+Blue) = 154+153+0=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9900 is #6566FF. Grayscale: #888888. Windows color (decimal): -6645504 or 39322. OLE color: 39322.

HSL color Cylindrical-coordinate representation of color #9A9900: hue angle of 59.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A9900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 153 0 -
CMYK 0 0.01 1 0.40
HSL 59.61º 1% 0.3% -
HSV(B) 59.61º 1% 0.6% -
XYZ 24.72 29.65 4.42 -
YUV 135.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 154 153 0 0 0.01 1 0.40 59.61 1 0.3
Hex 9A 99 0 0 1 64 28 3C 64 1E
Octal 232 231 0 0 1 144 50 74 144 36
Binary 10011010 10011001 0 0 1 1100100 101000 111100 1100100 11110

Color Harmonies of #9A9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9900

Black with #9A9900

Text Example


Text Example

White with #9A9900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,153,0); }

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

background-color css

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

 a { background-color: rgb(154,153,0); }

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

border-color css

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

 span { border-color: rgb(154,153,0); }

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