#74AF12

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

Shades of Christi #74AF12

Tints of Christi #74AF12

Color information

#74AF12 (or 0x74AF12) is unknown color: approx Christi. HEX triplet: 74, AF and 12. RGB value is (116,175,18). Sum of RGB (Red+Green+Blue) = 116+175+18=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AF12 is #8B50ED. Grayscale: #8C8C8C. Windows color (decimal): -9130222 or 1224564. OLE color: 1224564.

HSL color Cylindrical-coordinate representation of color #74AF12: hue angle of 82.55º 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 #74AF12 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB11617518-
CMYK0.3400.900.31
HSL82.55º81.35%37.84%-
HSV(B)82.55º89.71%68.63%-
XYZ22.6434.426.02-
YUV139.4659.45111.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=37.54%
G=56.63%
B=5.83%

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
Decimal116175180.3400.900.3182.5581.3537.84
Hex74AF122205A1F535126
Octal164257224201323712312146
Binary11101001010111110010100010010110101111110100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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