#95AE14

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

Shades of Citrus #95AE14

Tints of Citrus #95AE14

Color information

#95AE14 (or 0x95AE14) is unknown color: approx Citrus. HEX triplet: 95, AE and 14. RGB value is (149,174,20). Sum of RGB (Red+Green+Blue) = 149+174+20=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AE14 is #6A51EB. Grayscale: #959595. Windows color (decimal): -6967788 or 1355413. OLE color: 1355413.

HSL color Cylindrical-coordinate representation of color #95AE14: hue angle of 69.74º 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 #95AE14 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB14917420-
CMYK0.1400.890.32
HSL69.74º79.38%38.04%-
HSV(B)69.74º88.51%68.24%-
XYZ27.6636.716.29-
YUV148.9755.22128.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 20 (8.20% from 255) = 5.83%
R=43.44%
G=50.73%
B=5.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174200.1400.890.3269.7479.3838.04
Hex95AE14E05920464f26
Octal225256241601314010611746
Binary10010101101011101010011100101100110000010001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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