Html Css Color HEX #71A002 Christi

📋 copy color: '#71A002'

red 113 ◦ green 160 ◦ blue 2

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

Shades of Christi #71A002

Tints of Christi #71A002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 58.18%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 41.09%
G = 58.18%
B = 0.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#71A002 (or 0x71A002) is known color: Christi. HEX triplet: 71, A0 and 02. RGB value is (113,160,2). Sum of RGB (Red+Green+Blue) = 113+160+2=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #71A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A002 is #8E5FFD. Grayscale: #808080. Windows color (decimal): -9330686 or 172145. OLE color: 172145.

HSL color Cylindrical-coordinate representation of color #71A002: hue angle of 77.85º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71A002 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 160 2 -
CMYK 0.29 0 0.99 0.37
HSL 77.85º 0.98% 0.32% -
HSV(B) 77.85º 0.99% 0.63% -
XYZ 19.39 28.66 4.57 -
YUV 127.94 56.93 117.35 -
System Red Green Blue C M Y K H S L
Decimal 113 160 2 0.29 0 0.99 0.37 77.85 0.98 0.32
Hex 71 A0 2 1D 0 63 25 4E 62 20
Octal 161 240 2 35 0 143 45 116 142 40
Binary 1110001 10100000 10 11101 0 1100011 100101 1001110 1100010 100000

Color Harmonies of #71A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A002

Black with #71A002

Text Example


Text Example

White with #71A002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,160,2); }

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

background-color css

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

 a { background-color: rgb(113,160,2); }

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

border-color css

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

 span { border-color: rgb(113,160,2); }

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