#72ac19

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

Shades of Christi #72AC19

Tints of Christi #72AC19

Color information

#72AC19 (or 0x72AC19) is unknown color: approx Christi. HEX triplet: 72, AC and 19. RGB value is (114,172,25). Sum of RGB (Red+Green+Blue) = 114+172+25=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AC19 is #8D53E6. Grayscale: #8A8A8A. Windows color (decimal): -9262055 or 1682546. OLE color: 1682546.

HSL color Cylindrical-coordinate representation of color #72AC19: hue angle of 83.67º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72AC19 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB11417225-
CMYK0.3400.850.33
HSL83.67º74.62%38.63%-
HSV(B)83.67º85.47%67.45%-
XYZ21.8733.156.17-
YUV137.964.28110.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 172 (67.58% from 255) = 55.31%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=36.66%
G=55.31%
B=8.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114172250.3400.850.3383.6774.6238.63
Hex72AC192205521544b27
Octal162254314201254112411347
Binary111001010101100110011000100101010110000110101001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ac19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72ac19; }

 p { color: rgb(114,172,25); }

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

<style>
 a { background-color: #72ac19; }

 a { background-color: rgb(114,172,25); }

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

<style>
 span { border-color: #72ac19; }

 span { border-color: rgb(114,172,25); }

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