#909A14

Color #909A14 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #909A14

Tints of Citron #909A14

Color information

#909A14 (or 0x909A14) is unknown color: approx Citron. HEX triplet: 90, 9A and 14. RGB value is (144,154,20). Sum of RGB (Red+Green+Blue) = 144+154+20=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #909A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909A14 is #6F65EB. Grayscale: #888888. Windows color (decimal): -7300588 or 1350288. OLE color: 1350288.

HSL color Cylindrical-coordinate representation of color #909A14: hue angle of 64.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #909A14 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB14415420-
CMYK0.0600.870.40
HSL64.48º77.01%34.12%-
HSV(B)64.48º87.01%60.39%-
XYZ23.1829.095.06-
YUV135.7362.69133.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 154 (60.55% from 255) = 48.43%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=45.28%
G=48.43%
B=6.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144154200.0600.870.4064.4877.0134.12
Hex909A14605728404d22
Octal22023224601275010011542
Binary1001000010011010101001100101011110100010000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909A14; }

 p { color: rgb(144,154,20); }

 H1.HeaderClassName
 {
   color: #909A14;
 }
 .AnyTagClassName
 {
   color: #909A14;
 }
</style>
background-color css

<style>
 a { background-color: #909A14; }

 a { background-color: rgb(144,154,20); }

 div.DivClassName
 {
   background-color: #909A14;
 }
 .BgClassName
 {
   background-color: #909A14;
 }
</style>
border-color css

<style>
 span { border-color: #909A14; }

 span { border-color: rgb(144,154,20); }

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