#94A125

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

Shades of Citron #94A125

Tints of Citron #94A125

Color information

#94A125 (or 0x94A125) is unknown color: approx Citron. HEX triplet: 94, A1 and 25. RGB value is (148,161,37). Sum of RGB (Red+Green+Blue) = 148+161+37=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #94A125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A125 is #6B5EDA. Grayscale: #8F8F8F. Windows color (decimal): -7036635 or 2466196. OLE color: 2466196.

HSL color Cylindrical-coordinate representation of color #94A125: hue angle of 66.29º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94A125 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB14816137-
CMYK0.0800.770.37
HSL66.29º62.63%38.82%-
HSV(B)66.29º77.02%63.14%-
XYZ25.2931.926.58-
YUV142.9868.19131.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 161 (63.28% from 255) = 46.53%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=42.77%
G=46.53%
B=10.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148161370.0800.770.3766.2962.6338.82
Hex94A125804D25423f27
Octal22424145100115451027747
Binary10010100101000011001011000010011011001011000010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,37); }

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

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

 a { background-color: rgb(148,161,37); }

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

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

 span { border-color: rgb(148,161,37); }

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