#93AE02

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

Shades of Citrus #93AE02

Tints of Citrus #93AE02

Color information

#93AE02 (or 0x93AE02) is unknown color: approx Citrus. HEX triplet: 93, AE and 02. RGB value is (147,174,2). Sum of RGB (Red+Green+Blue) = 147+174+2=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AE02 is #6C51FD. Grayscale: #929292. Windows color (decimal): -7098878 or 175763. OLE color: 175763.

HSL color Cylindrical-coordinate representation of color #93AE02: hue angle of 69.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93AE02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1471742-
CMYK0.1600.990.32
HSL69.42º97.73%34.51%-
HSV(B)69.42º98.85%68.24%-
XYZ27.1836.485.67-
YUV146.3246.55128.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=45.51%
G=53.87%
B=0.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14717420.1600.990.3269.4297.7334.51
Hex93AE21006320456223
Octal22325622001434010514243
Binary100100111010111010100000110001110000010001011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AE02; }

 p { color: rgb(147,174,2); }

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

<style>
 a { background-color: #93AE02; }

 a { background-color: rgb(147,174,2); }

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

<style>
 span { border-color: #93AE02; }

 span { border-color: rgb(147,174,2); }

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