#94A90E

Color #94A90E Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #94A90E

Tints of Citrus #94A90E

Color information

#94A90E (or 0x94A90E) is unknown color: approx Citrus. HEX triplet: 94, A9 and 0E. RGB value is (148,169,14). Sum of RGB (Red+Green+Blue) = 148+169+14=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #94A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A90E is #6B56F1. Grayscale: #919191. Windows color (decimal): -7034610 or 960916. OLE color: 960916.

HSL color Cylindrical-coordinate representation of color #94A90E: hue angle of 68.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94A90E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB14816914-
CMYK0.1200.920.34
HSL68.13º84.7%35.88%-
HSV(B)68.13º91.72%66.27%-
XYZ26.4834.75.72-
YUV145.0554.04130.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=44.71%
G=51.06%
B=4.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148169140.1200.920.3468.1384.735.88
Hex94A9EC05C22445524
Octal224251161401344210412544
Binary1001010010101001111011000101110010001010001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A90E; }

 p { color: rgb(148,169,14); }

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

<style>
 a { background-color: #94A90E; }

 a { background-color: rgb(148,169,14); }

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

<style>
 span { border-color: #94A90E; }

 span { border-color: rgb(148,169,14); }

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