Html Css Color HEX #6EC912 Christi

📋 copy color: '#6EC912'

red 110 ◦ green 201 ◦ blue 18

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

Shades of Christi #6EC912

Tints of Christi #6EC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.09%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 33.43%
G = 61.09%
B = 5.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#6EC912 (or 0x6EC912) is known color: Christi. HEX triplet: 6E, C9 and 12. RGB value is (110,201,18). Sum of RGB (Red+Green+Blue) = 110+201+18=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC912 is #9136ED. Grayscale: #999999. Windows color (decimal): -9516782 or 1231214. OLE color: 1231214.

HSL color Cylindrical-coordinate representation of color #6EC912: hue angle of 89.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EC912 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 201 18 -
CMYK 0.45 0 0.91 0.21
HSL 89.84º 0.84% 0.43% -
HSV(B) 89.84º 0.91% 0.79% -
XYZ 27.43 45.13 7.84 -
YUV 152.93 51.85 97.38 -
System Red Green Blue C M Y K H S L
Decimal 110 201 18 0.45 0 0.91 0.21 89.84 0.84 0.43
Hex 6E C9 12 2D 0 5B 15 5A 54 2B
Octal 156 311 22 55 0 133 25 132 124 53
Binary 1101110 11001001 10010 101101 0 1011011 10101 1011010 1010100 101011

Color Harmonies of #6EC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC912

Black with #6EC912

Text Example


Text Example

White with #6EC912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,201,18); }

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

background-color css

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

 a { background-color: rgb(110,201,18); }

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

border-color css

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

 span { border-color: rgb(110,201,18); }

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