Html Css Color HEX #6EC14C Apple

📋 copy color: '#6EC14C'

red 110 ◦ green 193 ◦ blue 76

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

Shades of Apple #6EC14C

Tints of Apple #6EC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 29.02%
G = 50.92%
B = 20.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#6EC14C (or 0x6EC14C) is known color: Apple. HEX triplet: 6E, C1 and 4C. RGB value is (110,193,76). Sum of RGB (Red+Green+Blue) = 110+193+76=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC14C is #913EB3. Grayscale: #9B9B9B. Windows color (decimal): -9518772 or 5030254. OLE color: 5030254.

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

Color convert

RGB 110 193 76 -
CMYK 0.43 0 0.61 0.24
HSL 102.56º 0.49% 0.53% -
HSV(B) 102.56º 0.61% 0.76% -
XYZ 26.8 41.98 13.53 -
YUV 154.85 83.5 96.01 -
System Red Green Blue C M Y K H S L
Decimal 110 193 76 0.43 0 0.61 0.24 102.56 0.49 0.53
Hex 6E C1 4C 2B 0 3D 18 67 31 35
Octal 156 301 114 53 0 75 30 147 61 65
Binary 1101110 11000001 1001100 101011 0 111101 11000 1100111 110001 110101

Color Harmonies of #6EC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC14C

Black with #6EC14C

Text Example


Text Example

White with #6EC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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