#94af0a

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

Shades of Citrus #94AF0A

Tints of Citrus #94AF0A

Color information

#94AF0A (or 0x94AF0A) is unknown color: approx Citrus. HEX triplet: 94, AF and 0A. RGB value is (148,175,10). Sum of RGB (Red+Green+Blue) = 148+175+10=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AF0A is #6B50F5. Grayscale: #949494. Windows color (decimal): -7033078 or 700308. OLE color: 700308.

HSL color Cylindrical-coordinate representation of color #94AF0A: hue angle of 69.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94AF0A is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB14817510-
CMYK0.1500.940.31
HSL69.82º89.19%36.27%-
HSV(B)69.82º94.29%68.63%-
XYZ27.636.985.97-
YUV148.1250.05127.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=44.44%
G=52.55%
B=3.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175100.1500.940.3169.8289.1936.27
Hex94AFAF05E1F465924
Octal224257121701363710613144
Binary100101001010111110101111010111101111110001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94af0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,10); }

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

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

 a { background-color: rgb(148,175,10); }

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

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

 span { border-color: rgb(148,175,10); }

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