Html Css Color HEX #71AC01 Christi

📋 copy color: '#71AC01'

red 113 ◦ green 172 ◦ blue 1

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

Shades of Christi #71AC01

Tints of Christi #71AC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 39.51%
G = 60.14%
B = 0.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#71AC01 (or 0x71AC01) is known color: Christi. HEX triplet: 71, AC and 01. RGB value is (113,172,1). Sum of RGB (Red+Green+Blue) = 113+172+1=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AC01 is #8E53FE. Grayscale: #878787. Windows color (decimal): -9327615 or 109681. OLE color: 109681.

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

Color convert

RGB 113 172 1 -
CMYK 0.34 0 0.99 0.33
HSL 80.7º 0.99% 0.34% -
HSV(B) 80.7º 0.99% 0.67% -
XYZ 21.57 33.02 5.27 -
YUV 134.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 113 172 1 0.34 0 0.99 0.33 80.7 0.99 0.34
Hex 71 AC 1 22 0 63 21 51 63 22
Octal 161 254 1 42 0 143 41 121 143 42
Binary 1110001 10101100 1 100010 0 1100011 100001 1010001 1100011 100010

Color Harmonies of #71AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC01

Black with #71AC01

Text Example


Text Example

White with #71AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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