#7AC202

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

Shades of Christi #7AC202

Tints of Christi #7AC202

Color information

#7AC202 (or 0x7AC202) is unknown color: approx Christi. HEX triplet: 7A, C2 and 02. RGB value is (122,194,2). Sum of RGB (Red+Green+Blue) = 122+194+2=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC202 is #853DFD. Grayscale: #979797. Windows color (decimal): -8732158 or 180858. OLE color: 180858.

HSL color Cylindrical-coordinate representation of color #7AC202: hue angle of 82.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AC202 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1221942-
CMYK0.3700.990.24
HSL82.5º97.96%38.43%-
HSV(B)82.5º98.97%76.08%-
XYZ27.3342.736.86-
YUV150.5844.15107.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 194 (76.17% from 255) = 61.01%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=38.36%
G=61.01%
B=0.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12219420.3700.990.2482.597.9638.43
Hex7AC222506318526226
Octal17230224501433012214246
Binary11110101100001010100101011000111100010100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,194,2); }

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

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

 a { background-color: rgb(122,194,2); }

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

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

 span { border-color: rgb(122,194,2); }

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