Html Css Color HEX #9A9E0A Citron

📋 copy color: '#9A9E0A'

red 154 ◦ green 158 ◦ blue 10

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

Shades of Citron #9A9E0A

Tints of Citron #9A9E0A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.07%

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

R = 47.83%
G = 49.07%
B = 3.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9A9E0A (or 0x9A9E0A) is known color: Citron. HEX triplet: 9A, 9E and 0A. RGB value is (154,158,10). Sum of RGB (Red+Green+Blue) = 154+158+10=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9E0A is #6561F5. Grayscale: #8C8C8C. Windows color (decimal): -6644214 or 695962. OLE color: 695962.

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

Color convert

RGB 154 158 10 -
CMYK 0.03 0 0.94 0.38
HSL 61.62º 0.88% 0.33% -
HSV(B) 61.62º 0.94% 0.62% -
XYZ 25.61 31.35 4.99 -
YUV 139.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 154 158 10 0.03 0 0.94 0.38 61.62 0.88 0.33
Hex 9A 9E A 3 0 5E 26 3E 58 21
Octal 232 236 12 3 0 136 46 76 130 41
Binary 10011010 10011110 1010 11 0 1011110 100110 111110 1011000 100001

Color Harmonies of #9A9E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9E0A

Black with #9A9E0A

Text Example


Text Example

White with #9A9E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,158,10); }

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

background-color css

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

 a { background-color: rgb(154,158,10); }

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

border-color css

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

 span { border-color: rgb(154,158,10); }

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