Html Css Color HEX #74AE18 Christi

📋 copy color: '#74AE18'

red 116 ◦ green 174 ◦ blue 24

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

Shades of Christi #74AE18

Tints of Christi #74AE18

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.41%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 36.94%
G = 55.41%
B = 7.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#74AE18 (or 0x74AE18) is known color: Christi. HEX triplet: 74, AE and 18. RGB value is (116,174,24). Sum of RGB (Red+Green+Blue) = 116+174+24=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AE18 is #8B51E7. Grayscale: #8C8C8C. Windows color (decimal): -9130472 or 1617524. OLE color: 1617524.

HSL color Cylindrical-coordinate representation of color #74AE18: hue angle of 83.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74AE18 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 24 -
CMYK 0.33 0 0.86 0.32
HSL 83.2º 0.76% 0.39% -
HSV(B) 83.2º 0.86% 0.68% -
XYZ 22.5 34.05 6.25 -
YUV 139.56 62.78 111.2 -
System Red Green Blue C M Y K H S L
Decimal 116 174 24 0.33 0 0.86 0.32 83.2 0.76 0.39
Hex 74 AE 18 21 0 56 20 53 4C 27
Octal 164 256 30 41 0 126 40 123 114 47
Binary 1110100 10101110 11000 100001 0 1010110 100000 1010011 1001100 100111

Color Harmonies of #74AE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE18

Black with #74AE18

Text Example


Text Example

White with #74AE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,24); }

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

background-color css

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

 a { background-color: rgb(116,174,24); }

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

border-color css

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

 span { border-color: rgb(116,174,24); }

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