#73AF12

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

Shades of Christi #73AF12

Tints of Christi #73AF12

Color information

#73AF12 (or 0x73AF12) is unknown color: approx Christi. HEX triplet: 73, AF and 12. RGB value is (115,175,18). Sum of RGB (Red+Green+Blue) = 115+175+18=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AF12 is #8C50ED. Grayscale: #8B8B8B. Windows color (decimal): -9195758 or 1224563. OLE color: 1224563.

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

Color convert

RGB11517518-
CMYK0.3400.900.31
HSL82.93º81.35%37.84%-
HSV(B)82.93º89.71%68.63%-
XYZ22.5134.356.02-
YUV139.1659.62110.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 175 (68.75% from 255) = 56.82%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=37.34%
G=56.82%
B=5.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115175180.3400.900.3182.9381.3537.84
Hex73AF122205A1F535126
Octal163257224201323712312146
Binary11100111010111110010100010010110101111110100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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