Html Css Color HEX #7AC501 Christi

📋 copy color: '#7AC501'

red 122 ◦ green 197 ◦ blue 1

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

Shades of Christi #7AC501

Tints of Christi #7AC501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.56%

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

R = 38.13%
G = 61.56%
B = 0.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#7AC501 (or 0x7AC501) is known color: Christi. HEX triplet: 7A, C5 and 01. RGB value is (122,197,1). Sum of RGB (Red+Green+Blue) = 122+197+1=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC501 is #853AFE. Grayscale: #989898. Windows color (decimal): -8731391 or 116090. OLE color: 116090.

HSL color Cylindrical-coordinate representation of color #7AC501: hue angle of 82.96º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AC501 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 1 -
CMYK 0.38 0 0.99 0.23
HSL 82.96º 0.99% 0.39% -
HSV(B) 82.96º 0.99% 0.77% -
XYZ 28 44.07 7.06 -
YUV 152.23 42.65 106.44 -
System Red Green Blue C M Y K H S L
Decimal 122 197 1 0.38 0 0.99 0.23 82.96 0.99 0.39
Hex 7A C5 1 26 0 63 17 53 63 27
Octal 172 305 1 46 0 143 27 123 143 47
Binary 1111010 11000101 1 100110 0 1100011 10111 1010011 1100011 100111

Color Harmonies of #7AC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC501

Black with #7AC501

Text Example


Text Example

White with #7AC501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC501;
 }
 .AnyTagClassName
 {
   color: #7AC501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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