#71AE1A

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

Shades of Christi #71AE1A

Tints of Christi #71AE1A

Color information

#71AE1A (or 0x71AE1A) is unknown color: approx Christi. HEX triplet: 71, AE and 1A. RGB value is (113,174,26). Sum of RGB (Red+Green+Blue) = 113+174+26=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE1A is #8E51E5. Grayscale: #8B8B8B. Windows color (decimal): -9327078 or 1748593. OLE color: 1748593.

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

Color convert

RGB11317426-
CMYK0.3500.850.32
HSL84.73º74%39.22%-
HSV(B)84.73º85.06%68.24%-
XYZ22.1333.866.35-
YUV138.8964.29109.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=36.10%
G=55.59%
B=8.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174260.3500.850.3284.737439.22
Hex71AE1A2305520554a27
Octal161256324301254012511247
Binary111000110101110110101000110101010110000010101011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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