#94A51A

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

Shades of Citron #94A51A

Tints of Citron #94A51A

Color information

#94A51A (or 0x94A51A) is unknown color: approx Citron. HEX triplet: 94, A5 and 1A. RGB value is (148,165,26). Sum of RGB (Red+Green+Blue) = 148+165+26=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #94A51A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A51A is #6B5AE5. Grayscale: #909090. Windows color (decimal): -7035622 or 1746324. OLE color: 1746324.

HSL color Cylindrical-coordinate representation of color #94A51A: hue angle of 67.34º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94A51A is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB14816526-
CMYK0.1000.840.35
HSL67.34º72.77%37.45%-
HSV(B)67.34º84.24%64.71%-
XYZ25.8533.286.04-
YUV144.0761.37130.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=43.66%
G=48.67%
B=7.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165260.1000.840.3567.3472.7737.45
Hex94A51AA05423434925
Octal224245321201244310311145
Binary10010100101001011101010100101010010001110000111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,26); }

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

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

 a { background-color: rgb(148,165,26); }

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

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

 span { border-color: rgb(148,165,26); }

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