#94AC02

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

Shades of Citrus #94AC02

Tints of Citrus #94AC02

Color information

#94AC02 (or 0x94AC02) is unknown color: approx Citrus. HEX triplet: 94, AC and 02. RGB value is (148,172,2). Sum of RGB (Red+Green+Blue) = 148+172+2=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AC02 is #6B53FD. Grayscale: #929292. Windows color (decimal): -7033854 or 175252. OLE color: 175252.

HSL color Cylindrical-coordinate representation of color #94AC02: hue angle of 68.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94AC02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1481722-
CMYK0.1400.990.33
HSL68.47º97.7%34.12%-
HSV(B)68.47º98.84%67.45%-
XYZ26.9835.815.55-
YUV145.4447.05129.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 172 (67.58% from 255) = 53.42%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=45.96%
G=53.42%
B=0.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14817220.1400.990.3368.4797.734.12
Hex94AC2E06321446222
Octal22425421601434110414242
Binary10010100101011001011100110001110000110001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,172,2); }

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

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

 a { background-color: rgb(148,172,2); }

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

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

 span { border-color: rgb(148,172,2); }

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