#74AC0A

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

Shades of Christi #74AC0A

Tints of Christi #74AC0A

Color information

#74AC0A (or 0x74AC0A) is unknown color: approx Christi. HEX triplet: 74, AC and 0A. RGB value is (116,172,10). Sum of RGB (Red+Green+Blue) = 116+172+10=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AC0A is #8B53F5. Grayscale: #898989. Windows color (decimal): -9130998 or 699508. OLE color: 699508.

HSL color Cylindrical-coordinate representation of color #74AC0A: hue angle of 80.74º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74AC0A is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB11617210-
CMYK0.3300.940.33
HSL80.74º89.01%35.69%-
HSV(B)80.74º94.19%67.45%-
XYZ22.0133.245.54-
YUV136.7956.45113.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=38.93%
G=57.72%
B=3.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116172100.3300.940.3380.7489.0135.69
Hex74ACA2105E21515924
Octal164254124101364112113144
Binary11101001010110010101000010101111010000110100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,10); }

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

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

 a { background-color: rgb(116,172,10); }

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

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

 span { border-color: rgb(116,172,10); }

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