Html Css Color HEX #6EA400 Christi

📋 copy color: '#6EA400'

red 110 ◦ green 164 ◦ blue 0

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

Shades of Christi #6EA400

Tints of Christi #6EA400

RGB

 RED value IS 110 (43.36% from 255) = 40.15%

 GREEN value IS 164 (64.45% from 255) = 59.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.15%
G = 59.85%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#6EA400 (or 0x6EA400) is known color: Christi. HEX triplet: 6E, A4 and 00. RGB value is (110,164,0). Sum of RGB (Red+Green+Blue) = 110+164+0=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA400 is #915BFF. Grayscale: #818181. Windows color (decimal): -9526272 or 42094. OLE color: 42094.

HSL color Cylindrical-coordinate representation of color #6EA400: hue angle of 79.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EA400 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 164 0 -
CMYK 0.33 0 1 0.36
HSL 79.76º 1% 0.32% -
HSV(B) 79.76º 1% 0.64% -
XYZ 19.71 29.87 4.73 -
YUV 129.16 55.11 114.34 -
System Red Green Blue C M Y K H S L
Decimal 110 164 0 0.33 0 1 0.36 79.76 1 0.32
Hex 6E A4 0 21 0 64 24 50 64 20
Octal 156 244 0 41 0 144 44 120 144 40
Binary 1101110 10100100 0 100001 0 1100100 100100 1010000 1100100 100000

Color Harmonies of #6EA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA400

Black with #6EA400

Text Example


Text Example

White with #6EA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EA400; }

 p { color: rgb(110,164,0); }

 H1.HeaderClassName
 {
   color: #6EA400;
 }
 .AnyTagClassName
 {
   color: #6EA400;
 }
</style>

background-color css

<style>
 a { background-color: #6EA400; }

 a { background-color: rgb(110,164,0); }

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

border-color css

<style>
 span { border-color: #6EA400; }

 span { border-color: rgb(110,164,0); }

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