Html Css Color HEX #71AE0A Christi

📋 copy color: '#71AE0A'

red 113 ◦ green 174 ◦ blue 10

#71AE0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #71AE0A

Tints of Christi #71AE0A

RGB

 RED value IS 113 (44.53% from 255) = 38.05%

 GREEN value IS 174 (68.36% from 255) = 58.59%

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 38.05%
G = 58.59%
B = 3.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#71AE0A (or 0x71AE0A) is known color: Christi. HEX triplet: 71, AE and 0A. RGB value is (113,174,10). Sum of RGB (Red+Green+Blue) = 113+174+10=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AE0A is #8E51F5. Grayscale: #898989. Windows color (decimal): -9327094 or 700017. OLE color: 700017.

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

Color convert

RGB 113 174 10 -
CMYK 0.35 0 0.94 0.32
HSL 82.32º 0.89% 0.36% -
HSV(B) 82.32º 0.94% 0.68% -
XYZ 22 33.8 5.65 -
YUV 137.07 56.29 110.84 -
System Red Green Blue C M Y K H S L
Decimal 113 174 10 0.35 0 0.94 0.32 82.32 0.89 0.36
Hex 71 AE A 23 0 5E 20 52 59 24
Octal 161 256 12 43 0 136 40 122 131 44
Binary 1110001 10101110 1010 100011 0 1011110 100000 1010010 1011001 100100

Color Harmonies of #71AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AE0A

Black with #71AE0A

Text Example


Text Example

White with #71AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71AE0A;
 }
 .AnyTagClassName
 {
   color: #71AE0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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