Html Css Color HEX #6EBA14 Christi

📋 copy color: '#6EBA14'

red 110 ◦ green 186 ◦ blue 20

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

Shades of Christi #6EBA14

Tints of Christi #6EBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.86%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 34.81%
G = 58.86%
B = 6.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#6EBA14 (or 0x6EBA14) is known color: Christi. HEX triplet: 6E, BA and 14. RGB value is (110,186,20). Sum of RGB (Red+Green+Blue) = 110+186+20=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBA14 is #9145EB. Grayscale: #909090. Windows color (decimal): -9520620 or 1358446. OLE color: 1358446.

HSL color Cylindrical-coordinate representation of color #6EBA14: hue angle of 87.47º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EBA14 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 20 -
CMYK 0.41 0 0.89 0.27
HSL 87.47º 0.81% 0.4% -
HSV(B) 87.47º 0.89% 0.73% -
XYZ 24.12 38.48 6.82 -
YUV 144.35 57.82 103.5 -
System Red Green Blue C M Y K H S L
Decimal 110 186 20 0.41 0 0.89 0.27 87.47 0.81 0.4
Hex 6E BA 14 29 0 59 1B 57 51 28
Octal 156 272 24 51 0 131 33 127 121 50
Binary 1101110 10111010 10100 101001 0 1011001 11011 1010111 1010001 101000

Color Harmonies of #6EBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA14

Black with #6EBA14

Text Example


Text Example

White with #6EBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,20); }

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

background-color css

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

 a { background-color: rgb(110,186,20); }

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

border-color css

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

 span { border-color: rgb(110,186,20); }

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