#73AD12

Color #73AD12 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #73AD12

Tints of Christi #73AD12

Color information

#73AD12 (or 0x73AD12) is unknown color: approx Christi. HEX triplet: 73, AD and 12. RGB value is (115,173,18). Sum of RGB (Red+Green+Blue) = 115+173+18=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AD12 is #8C52ED. Grayscale: #8A8A8A. Windows color (decimal): -9196270 or 1224051. OLE color: 1224051.

HSL color Cylindrical-coordinate representation of color #73AD12: hue angle of 82.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73AD12 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB11517318-
CMYK0.3400.900.32
HSL82.45º81.15%37.45%-
HSV(B)82.45º89.6%67.84%-
XYZ22.1233.585.89-
YUV137.9960.28111.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 173 (67.97% from 255) = 56.54%
BLUE value IS 18 (7.42% from 255) = 5.88%
R=37.58%
G=56.54%
B=5.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115173180.3400.900.3282.4581.1537.45
Hex73AD122205A20525125
Octal163255224201324012212145
Binary111001110101101100101000100101101010000010100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AD12; }

 p { color: rgb(115,173,18); }

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

<style>
 a { background-color: #73AD12; }

 a { background-color: rgb(115,173,18); }

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

<style>
 span { border-color: #73AD12; }

 span { border-color: rgb(115,173,18); }

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