Html Css Color HEX #71AC0A Christi

📋 copy color: '#71AC0A'

red 113 ◦ green 172 ◦ blue 10

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

Shades of Christi #71AC0A

Tints of Christi #71AC0A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.31%

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

R = 38.31%
G = 58.31%
B = 3.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#71AC0A (or 0x71AC0A) is known color: Christi. HEX triplet: 71, AC and 0A. RGB value is (113,172,10). Sum of RGB (Red+Green+Blue) = 113+172+10=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AC0A is #8E53F5. Grayscale: #888888. Windows color (decimal): -9327606 or 699505. OLE color: 699505.

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

Color convert

RGB 113 172 10 -
CMYK 0.34 0 0.94 0.33
HSL 81.85º 0.89% 0.36% -
HSV(B) 81.85º 0.94% 0.67% -
XYZ 21.62 33.04 5.52 -
YUV 135.89 56.95 111.67 -
System Red Green Blue C M Y K H S L
Decimal 113 172 10 0.34 0 0.94 0.33 81.85 0.89 0.36
Hex 71 AC A 22 0 5E 21 52 59 24
Octal 161 254 12 42 0 136 41 122 131 44
Binary 1110001 10101100 1010 100010 0 1011110 100001 1010010 1011001 100100

Color Harmonies of #71AC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC0A

Black with #71AC0A

Text Example


Text Example

White with #71AC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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