Html Css Color HEX #7AAE01 Christi

📋 copy color: '#7AAE01'

red 122 ◦ green 174 ◦ blue 1

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

Shades of Christi #7AAE01

Tints of Christi #7AAE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.59%

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

R = 41.08%
G = 58.59%
B = 0.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#7AAE01 (or 0x7AAE01) is known color: Christi. HEX triplet: 7A, AE and 01. RGB value is (122,174,1). Sum of RGB (Red+Green+Blue) = 122+174+1=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAE01 is #8551FE. Grayscale: #8B8B8B. Windows color (decimal): -8737279 or 110202. OLE color: 110202.

HSL color Cylindrical-coordinate representation of color #7AAE01: hue angle of 78.03º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AAE01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 1 -
CMYK 0.30 0 0.99 0.32
HSL 78.03º 0.99% 0.34% -
HSV(B) 78.03º 0.99% 0.68% -
XYZ 23.17 34.41 5.45 -
YUV 138.73 50.27 116.07 -
System Red Green Blue C M Y K H S L
Decimal 122 174 1 0.30 0 0.99 0.32 78.03 0.99 0.34
Hex 7A AE 1 1E 0 63 20 4E 63 22
Octal 172 256 1 36 0 143 40 116 143 42
Binary 1111010 10101110 1 11110 0 1100011 100000 1001110 1100011 100010

Color Harmonies of #7AAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE01

Black with #7AAE01

Text Example


Text Example

White with #7AAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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