Html Css Color HEX #7EAD02 Christi

📋 copy color: '#7EAD02'

red 126 ◦ green 173 ◦ blue 2

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

Shades of Christi #7EAD02

Tints of Christi #7EAD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 41.86%
G = 57.48%
B = 0.66%

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

#7EAD02 (or 0x7EAD02) is known color: Christi. HEX triplet: 7E, AD and 02. RGB value is (126,173,2). Sum of RGB (Red+Green+Blue) = 126+173+2=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAD02 is #8152FD. Grayscale: #8C8C8C. Windows color (decimal): -8475390 or 175486. OLE color: 175486.

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

Color convert

RGB 126 173 2 -
CMYK 0.27 0 0.99 0.32
HSL 76.49º 0.98% 0.34% -
HSV(B) 76.49º 0.99% 0.68% -
XYZ 23.56 34.33 5.44 -
YUV 139.45 50.43 118.4 -
System Red Green Blue C M Y K H S L
Decimal 126 173 2 0.27 0 0.99 0.32 76.49 0.98 0.34
Hex 7E AD 2 1B 0 63 20 4C 62 22
Octal 176 255 2 33 0 143 40 114 142 42
Binary 1111110 10101101 10 11011 0 1100011 100000 1001100 1100010 100010

Color Harmonies of #7EAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD02

Black with #7EAD02

Text Example


Text Example

White with #7EAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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