#94AE14

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

Shades of Citrus #94AE14

Tints of Citrus #94AE14

Color information

#94AE14 (or 0x94AE14) is unknown color: approx Citrus. HEX triplet: 94, AE and 14. RGB value is (148,174,20). Sum of RGB (Red+Green+Blue) = 148+174+20=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AE14 is #6B51EB. Grayscale: #959595. Windows color (decimal): -7033324 or 1355412. OLE color: 1355412.

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

Color convert

RGB14817420-
CMYK0.1500.890.32
HSL70.13º79.38%38.04%-
HSV(B)70.13º88.51%68.24%-
XYZ27.4836.626.28-
YUV148.6755.39127.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 20 (8.20% from 255) = 5.85%
R=43.27%
G=50.88%
B=5.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174200.1500.890.3270.1379.3838.04
Hex94AE14F05920464f26
Octal224256241701314010611746
Binary10010100101011101010011110101100110000010001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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