#71AE2A

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

Shades of Christi #71AE2A

Tints of Christi #71AE2A

Color information

#71AE2A (or 0x71AE2A) is unknown color: approx Christi. HEX triplet: 71, AE and 2A. RGB value is (113,174,42). Sum of RGB (Red+Green+Blue) = 113+174+42=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE2A is #8E51D5. Grayscale: #8D8D8D. Windows color (decimal): -9327062 or 2797169. OLE color: 2797169.

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

Color convert

RGB11317442-
CMYK0.3500.760.32
HSL87.73º61.11%42.35%-
HSV(B)87.73º75.86%68.24%-
XYZ22.3633.957.56-
YUV140.7172.29108.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=34.35%
G=52.89%
B=12.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174420.3500.760.3287.7361.1142.35
Hex71AE2A2304C20583d2a
Octal16125652430114401307552
Binary111000110101110101010100011010011001000001011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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