Html Css Color HEX #7EAD01 Christi

📋 copy color: '#7EAD01'

red 126 ◦ green 173 ◦ blue 1

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

Shades of Christi #7EAD01

Tints of Christi #7EAD01

RGB

 RED value IS 126 (49.61% from 255) = 42%

 GREEN value IS 173 (67.97% from 255) = 57.67%

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

R = 42%
G = 57.67%
B = 0.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#7EAD01 (or 0x7EAD01) is known color: Christi. HEX triplet: 7E, AD and 01. RGB value is (126,173,1). Sum of RGB (Red+Green+Blue) = 126+173+1=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAD01 is #8152FE. Grayscale: #8B8B8B. Windows color (decimal): -8475391 or 109950. OLE color: 109950.

HSL color Cylindrical-coordinate representation of color #7EAD01: hue angle of 76.4º 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 #7EAD01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 1 -
CMYK 0.27 0 0.99 0.32
HSL 76.4º 0.99% 0.34% -
HSV(B) 76.4º 0.99% 0.68% -
XYZ 23.55 34.32 5.41 -
YUV 139.34 49.93 118.49 -
System Red Green Blue C M Y K H S L
Decimal 126 173 1 0.27 0 0.99 0.32 76.4 0.99 0.34
Hex 7E AD 1 1B 0 63 20 4C 63 22
Octal 176 255 1 33 0 143 40 114 143 42
Binary 1111110 10101101 1 11011 0 1100011 100000 1001100 1100011 100010

Color Harmonies of #7EAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD01

Black with #7EAD01

Text Example


Text Example

White with #7EAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,1); }

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

background-color css

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

 a { background-color: rgb(126,173,1); }

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

border-color css

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

 span { border-color: rgb(126,173,1); }

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