#71AE02

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

Shades of Christi #71AE02

Tints of Christi #71AE02

Color information

#71AE02 (or 0x71AE02) is unknown color: approx Christi. HEX triplet: 71, AE and 02. RGB value is (113,174,2). Sum of RGB (Red+Green+Blue) = 113+174+2=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 174 (68.36% from 255 or 60.21% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AE02 is #8E51FD. Grayscale: #888888. Windows color (decimal): -9327102 or 175729. OLE color: 175729.

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

Color convert

RGB1131742-
CMYK0.3500.990.32
HSL81.28º97.73%34.51%-
HSV(B)81.28º98.85%68.24%-
XYZ21.9633.795.42-
YUV136.1552.29111.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 174 (68.36% from 255) = 60.21%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=39.10%
G=60.21%
B=0.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11317420.3500.990.3281.2897.7334.51
Hex71AE22306320516223
Octal16125624301434012114243
Binary111000110101110101000110110001110000010100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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