#7AC201

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

Shades of Christi #7AC201

Tints of Christi #7AC201

Color information

#7AC201 (or 0x7AC201) is unknown color: approx Christi. HEX triplet: 7A, C2 and 01. RGB value is (122,194,1). Sum of RGB (Red+Green+Blue) = 122+194+1=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC201 is #853DFE. Grayscale: #979797. Windows color (decimal): -8732159 or 115322. OLE color: 115322.

HSL color Cylindrical-coordinate representation of color #7AC201: hue angle of 82.38º degrees, saturation: 0.99, 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 #7AC201 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1221941-
CMYK0.3700.990.24
HSL82.38º98.97%38.24%-
HSV(B)82.38º99.48%76.08%-
XYZ27.3242.726.84-
YUV150.4743.65107.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 194 (76.17% from 255) = 61.20%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=38.49%
G=61.20%
B=0.32%

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
Decimal12219410.3700.990.2482.3898.9738.24
Hex7AC212506318526326
Octal17230214501433012214346
Binary1111010110000101100101011000111100010100101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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