Html Css Color HEX #6EAD12 Christi

📋 copy color: '#6EAD12'

red 110 ◦ green 173 ◦ blue 18

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

Shades of Christi #6EAD12

Tints of Christi #6EAD12

RGB

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

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

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

R = 36.54%
G = 57.48%
B = 5.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#6EAD12 (or 0x6EAD12) is known color: Christi. HEX triplet: 6E, AD and 12. RGB value is (110,173,18). Sum of RGB (Red+Green+Blue) = 110+173+18=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAD12 is #9152ED. Grayscale: #898989. Windows color (decimal): -9523950 or 1224046. OLE color: 1224046.

HSL color Cylindrical-coordinate representation of color #6EAD12: hue angle of 84.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EAD12 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 173 18 -
CMYK 0.36 0 0.90 0.32
HSL 84.39º 0.81% 0.37% -
HSV(B) 84.39º 0.9% 0.68% -
XYZ 21.48 33.25 5.86 -
YUV 136.49 61.13 109.1 -
System Red Green Blue C M Y K H S L
Decimal 110 173 18 0.36 0 0.90 0.32 84.39 0.81 0.37
Hex 6E AD 12 24 0 5A 20 54 51 25
Octal 156 255 22 44 0 132 40 124 121 45
Binary 1101110 10101101 10010 100100 0 1011010 100000 1010100 1010001 100101

Color Harmonies of #6EAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAD12

Black with #6EAD12

Text Example


Text Example

White with #6EAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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