Html Css Color HEX #7AC201 Christi

📋 copy color: '#7AC201'

red 122 ◦ green 194 ◦ blue 1

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

Shades of Christi #7AC201

Tints of Christi #7AC201

RGB

 RED value IS 122 (48.05% from 255) = 38.49%

 GREEN value IS 194 (76.17% from 255) = 61.2%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 38.49%
G = 61.2%
B = 0.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#7AC201 (or 0x7AC201) is known color: 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

RGB 122 194 1 -
CMYK 0.37 0 0.99 0.24
HSL 82.38º 0.99% 0.38% -
HSV(B) 82.38º 0.99% 0.76% -
XYZ 27.32 42.72 6.84 -
YUV 150.47 43.65 107.69 -
System Red Green Blue C M Y K H S L
Decimal 122 194 1 0.37 0 0.99 0.24 82.38 0.99 0.38
Hex 7A C2 1 25 0 63 18 52 63 26
Octal 172 302 1 45 0 143 30 122 143 46
Binary 1111010 11000010 1 100101 0 1100011 11000 1010010 1100011 100110

Color Harmonies of #7AC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC201

Black with #7AC201

Text Example


Text Example

White with #7AC201

Text Example


Text Example

HTML Codes & Css Web 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>