Html Css Color HEX #71AD12 Christi

📋 copy color: '#71AD12'

red 113 ◦ green 173 ◦ blue 18

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

Shades of Christi #71AD12

Tints of Christi #71AD12

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.91%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 37.17%
G = 56.91%
B = 5.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#71AD12 (or 0x71AD12) is known color: Christi. HEX triplet: 71, AD and 12. RGB value is (113,173,18). Sum of RGB (Red+Green+Blue) = 113+173+18=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AD12 is #8E52ED. Grayscale: #898989. Windows color (decimal): -9327342 or 1224049. OLE color: 1224049.

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

Color convert

RGB 113 173 18 -
CMYK 0.35 0 0.90 0.32
HSL 83.23º 0.81% 0.37% -
HSV(B) 83.23º 0.9% 0.68% -
XYZ 21.86 33.44 5.87 -
YUV 137.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 113 173 18 0.35 0 0.90 0.32 83.23 0.81 0.37
Hex 71 AD 12 23 0 5A 20 53 51 25
Octal 161 255 22 43 0 132 40 123 121 45
Binary 1110001 10101101 10010 100011 0 1011010 100000 1010011 1010001 100101

Color Harmonies of #71AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD12

Black with #71AD12

Text Example


Text Example

White with #71AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,18); }

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

background-color css

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

 a { background-color: rgb(113,173,18); }

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

border-color css

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

 span { border-color: rgb(113,173,18); }

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