Html Css Color HEX #6EA00E Christi

📋 copy color: '#6EA00E'

red 110 ◦ green 160 ◦ blue 14

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

Shades of Christi #6EA00E

Tints of Christi #6EA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.34%

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 38.73%
G = 56.34%
B = 4.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#6EA00E (or 0x6EA00E) is known color: Christi. HEX triplet: 6E, A0 and 0E. RGB value is (110,160,14). Sum of RGB (Red+Green+Blue) = 110+160+14=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA00E is #915FF1. Grayscale: #808080. Windows color (decimal): -9527282 or 958574. OLE color: 958574.

HSL color Cylindrical-coordinate representation of color #6EA00E: hue angle of 80.55º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EA00E is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 160 14 -
CMYK 0.31 0 0.91 0.37
HSL 80.55º 0.84% 0.34% -
HSV(B) 80.55º 0.91% 0.63% -
XYZ 19.08 28.49 4.91 -
YUV 128.41 63.44 114.87 -
System Red Green Blue C M Y K H S L
Decimal 110 160 14 0.31 0 0.91 0.37 80.55 0.84 0.34
Hex 6E A0 E 1F 0 5B 25 51 54 22
Octal 156 240 16 37 0 133 45 121 124 42
Binary 1101110 10100000 1110 11111 0 1011011 100101 1010001 1010100 100010

Color Harmonies of #6EA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA00E

Black with #6EA00E

Text Example


Text Example

White with #6EA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,160,14); }

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

background-color css

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

 a { background-color: rgb(110,160,14); }

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

border-color css

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

 span { border-color: rgb(110,160,14); }

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