#94AE17

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

Shades of Citrus #94AE17

Tints of Citrus #94AE17

Color information

#94AE17 (or 0x94AE17) is unknown color: approx Citrus. HEX triplet: 94, AE and 17. RGB value is (148,174,23). Sum of RGB (Red+Green+Blue) = 148+174+23=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AE17 is #6B51E8. Grayscale: #959595. Windows color (decimal): -7033321 or 1552020. OLE color: 1552020.

HSL color Cylindrical-coordinate representation of color #94AE17: hue angle of 70.33º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94AE17 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB14817423-
CMYK0.1500.870.32
HSL70.33º76.65%38.63%-
HSV(B)70.33º86.78%68.24%-
XYZ27.536.636.43-
YUV149.0156.89127.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 174 (68.36% from 255) = 50.43%
BLUE value IS 23 (9.38% from 255) = 6.67%
R=42.90%
G=50.43%
B=6.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174230.1500.870.3270.3376.6538.63
Hex94AE17F05720464d27
Octal224256271701274010611547
Binary10010100101011101011111110101011110000010001101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,23); }

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

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

 a { background-color: rgb(148,174,23); }

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

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

 span { border-color: rgb(148,174,23); }

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