#71AE1C

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

Shades of Christi #71AE1C

Tints of Christi #71AE1C

Color information

#71AE1C (or 0x71AE1C) is unknown color: approx Christi. HEX triplet: 71, AE and 1C. RGB value is (113,174,28). Sum of RGB (Red+Green+Blue) = 113+174+28=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE1C is #8E51E3. Grayscale: #8B8B8B. Windows color (decimal): -9327076 or 1879665. OLE color: 1879665.

HSL color Cylindrical-coordinate representation of color #71AE1C: hue angle of 85.07º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71AE1C is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB11317428-
CMYK0.3500.840.32
HSL85.07º72.28%39.61%-
HSV(B)85.07º83.91%68.24%-
XYZ22.1633.876.47-
YUV139.1265.29109.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 28 (11.33% from 255) = 8.89%
R=35.87%
G=55.24%
B=8.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174280.3500.840.3285.0772.2839.61
Hex71AE1C2305420554828
Octal161256344301244012511050
Binary111000110101110111001000110101010010000010101011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AE1C; }

 p { color: rgb(113,174,28); }

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

<style>
 a { background-color: #71AE1C; }

 a { background-color: rgb(113,174,28); }

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

<style>
 span { border-color: #71AE1C; }

 span { border-color: rgb(113,174,28); }

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