#95AE13

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

Shades of Citrus #95AE13

Tints of Citrus #95AE13

Color information

#95AE13 (or 0x95AE13) is unknown color: approx Citrus. HEX triplet: 95, AE and 13. RGB value is (149,174,19). Sum of RGB (Red+Green+Blue) = 149+174+19=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AE13 is #6A51EC. Grayscale: #959595. Windows color (decimal): -6967789 or 1289877. OLE color: 1289877.

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

Color convert

RGB14917419-
CMYK0.1400.890.32
HSL69.68º80.31%37.84%-
HSV(B)69.68º89.08%68.24%-
XYZ27.6536.716.24-
YUV148.8554.72128.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 19 (7.81% from 255) = 5.56%
R=43.57%
G=50.88%
B=5.56%

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
Decimal149174190.1400.890.3269.6880.3137.84
Hex95AE13E05920465026
Octal225256231601314010612046
Binary10010101101011101001111100101100110000010001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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