#71AF26

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

Shades of Christi #71AF26

Tints of Christi #71AF26

Color information

#71AF26 (or 0x71AF26) is unknown color: approx Christi. HEX triplet: 71, AF and 26. RGB value is (113,175,38). Sum of RGB (Red+Green+Blue) = 113+175+38=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF26 is #8E50D9. Grayscale: #8D8D8D. Windows color (decimal): -9326810 or 2535281. OLE color: 2535281.

HSL color Cylindrical-coordinate representation of color #71AF26: hue angle of 87.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71AF26 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB11317538-
CMYK0.3500.780.31
HSL87.15º64.32%41.76%-
HSV(B)87.15º78.29%68.63%-
XYZ22.4934.317.27-
YUV140.8469.96108.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 53.68%
BLUE value IS 38 (15.23% from 255) = 11.66%
R=34.66%
G=53.68%
B=11.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175380.3500.780.3187.1564.3241.76
Hex71AF262304E1F57402a
Octal161257464301163712710052
Binary111000110101111100110100011010011101111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,175,38); }

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

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

 a { background-color: rgb(113,175,38); }

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

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

 span { border-color: rgb(113,175,38); }

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