Html Css Color HEX #6EC14A Apple

📋 copy color: '#6EC14A'

red 110 ◦ green 193 ◦ blue 74

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

Shades of Apple #6EC14A

Tints of Apple #6EC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.19%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 29.18%
G = 51.19%
B = 19.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#6EC14A (or 0x6EC14A) is known color: Apple. HEX triplet: 6E, C1 and 4A. RGB value is (110,193,74). Sum of RGB (Red+Green+Blue) = 110+193+74=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC14A is #913EB5. Grayscale: #9B9B9B. Windows color (decimal): -9518774 or 4899182. OLE color: 4899182.

HSL color Cylindrical-coordinate representation of color #6EC14A: hue angle of 101.85º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6EC14A is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 193 74 -
CMYK 0.43 0 0.62 0.24
HSL 101.85º 0.49% 0.52% -
HSV(B) 101.85º 0.62% 0.76% -
XYZ 26.74 41.95 13.17 -
YUV 154.62 82.5 96.18 -
System Red Green Blue C M Y K H S L
Decimal 110 193 74 0.43 0 0.62 0.24 101.85 0.49 0.52
Hex 6E C1 4A 2B 0 3E 18 66 31 34
Octal 156 301 112 53 0 76 30 146 61 64
Binary 1101110 11000001 1001010 101011 0 111110 11000 1100110 110001 110100

Color Harmonies of #6EC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC14A

Black with #6EC14A

Text Example


Text Example

White with #6EC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,193,74); }

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

background-color css

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

 a { background-color: rgb(110,193,74); }

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

border-color css

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

 span { border-color: rgb(110,193,74); }

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