#7CA30A

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

Shades of Christi #7CA30A

Tints of Christi #7CA30A

Color information

#7CA30A (or 0x7CA30A) is unknown color: approx Christi. HEX triplet: 7C, A3 and 0A. RGB value is (124,163,10). Sum of RGB (Red+Green+Blue) = 124+163+10=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA30A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA30A is #835CF5. Grayscale: #868686. Windows color (decimal): -8609014 or 697212. OLE color: 697212.

HSL color Cylindrical-coordinate representation of color #7CA30A: hue angle of 75.29º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CA30A is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB12416310-
CMYK0.2400.940.36
HSL75.29º88.44%33.92%-
HSV(B)75.29º93.87%63.92%-
XYZ21.4630.55.04-
YUV133.958.08120.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=41.75%
G=54.88%
B=3.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124163100.2400.940.3675.2988.4433.92
Hex7CA3A1805E244b5822
Octal174243123001364411313042
Binary1111100101000111010110000101111010010010010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,10); }

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

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

 a { background-color: rgb(124,163,10); }

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

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

 span { border-color: rgb(124,163,10); }

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