#7CAE04

Color #7CAE04 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7CAE04

Tints of Christi #7CAE04

Color information

#7CAE04 (or 0x7CAE04) is unknown color: approx Christi. HEX triplet: 7C, AE and 04. RGB value is (124,174,4). Sum of RGB (Red+Green+Blue) = 124+174+4=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE04 is #8351FB. Grayscale: #8C8C8C. Windows color (decimal): -8606204 or 306812. OLE color: 306812.

HSL color Cylindrical-coordinate representation of color #7CAE04: hue angle of 77.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CAE04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1241744-
CMYK0.2900.980.32
HSL77.65º95.51%34.9%-
HSV(B)77.65º97.7%68.24%-
XYZ23.4734.575.55-
YUV139.6751.44116.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 174 (68.36% from 255) = 57.62%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=41.06%
G=57.62%
B=1.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12417440.2900.980.3277.6595.5134.9
Hex7CAE41D062204e6023
Octal17425643501424011614043
Binary111110010101110100111010110001010000010011101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAE04; }

 p { color: rgb(124,174,4); }

 H1.HeaderClassName
 {
   color: #7CAE04;
 }
 .AnyTagClassName
 {
   color: #7CAE04;
 }
</style>
background-color css

<style>
 a { background-color: #7CAE04; }

 a { background-color: rgb(124,174,4); }

 div.DivClassName
 {
   background-color: #7CAE04;
 }
 .BgClassName
 {
   background-color: #7CAE04;
 }
</style>
border-color css

<style>
 span { border-color: #7CAE04; }

 span { border-color: rgb(124,174,4); }

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