Html Css Color HEX #74AC20 Christi

📋 copy color: '#74AC20'

red 116 ◦ green 172 ◦ blue 32

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

Shades of Christi #74AC20

Tints of Christi #74AC20

RGB

 RED value IS 116 (45.7% from 255) = 36.25%

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

 BLUE value IS 32 (12.89% from 255) = 10%

R = 36.25%
G = 53.75%
B = 10%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#74AC20 (or 0x74AC20) is known color: Christi. HEX triplet: 74, AC and 20. RGB value is (116,172,32). Sum of RGB (Red+Green+Blue) = 116+172+32=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC20 is #8B53DF. Grayscale: #8B8B8B. Windows color (decimal): -9130976 or 2141300. OLE color: 2141300.

HSL color Cylindrical-coordinate representation of color #74AC20: hue angle of 84º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74AC20 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 32 -
CMYK 0.33 0 0.81 0.33
HSL 84º 0.69% 0.4% -
HSV(B) 84º 0.81% 0.67% -
XYZ 22.22 33.32 6.63 -
YUV 139.3 67.45 111.38 -
System Red Green Blue C M Y K H S L
Decimal 116 172 32 0.33 0 0.81 0.33 84 0.69 0.4
Hex 74 AC 20 21 0 51 21 54 45 28
Octal 164 254 40 41 0 121 41 124 105 50
Binary 1110100 10101100 100000 100001 0 1010001 100001 1010100 1000101 101000

Color Harmonies of #74AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC20

Black with #74AC20

Text Example


Text Example

White with #74AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AC20; }

 p { color: rgb(116,172,32); }

 H1.HeaderClassName
 {
   color: #74AC20;
 }
 .AnyTagClassName
 {
   color: #74AC20;
 }
</style>

background-color css

<style>
 a { background-color: #74AC20; }

 a { background-color: rgb(116,172,32); }

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

border-color css

<style>
 span { border-color: #74AC20; }

 span { border-color: rgb(116,172,32); }

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