Html Css Color HEX #6DC14A Apple

📋 copy color: '#6DC14A'

red 109 ◦ green 193 ◦ blue 74

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

Shades of Apple #6DC14A

Tints of Apple #6DC14A

RGB

 RED value IS 109 (42.97% from 255) = 28.99%

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

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

R = 28.99%
G = 51.33%
B = 19.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#6DC14A (or 0x6DC14A) is known color: Apple. HEX triplet: 6D, C1 and 4A. RGB value is (109,193,74). Sum of RGB (Red+Green+Blue) = 109+193+74=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC14A is #923EB5. Grayscale: #9A9A9A. Windows color (decimal): -9584310 or 4899181. OLE color: 4899181.

HSL color Cylindrical-coordinate representation of color #6DC14A: hue angle of 102.35º 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 #6DC14A is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 109 193 74 -
CMYK 0.44 0 0.62 0.24
HSL 102.35º 0.49% 0.52% -
HSV(B) 102.35º 0.62% 0.76% -
XYZ 26.61 41.89 13.16 -
YUV 154.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 109 193 74 0.44 0 0.62 0.24 102.35 0.49 0.52
Hex 6D C1 4A 2C 0 3E 18 66 31 34
Octal 155 301 112 54 0 76 30 146 61 64
Binary 1101101 11000001 1001010 101100 0 111110 11000 1100110 110001 110100

Color Harmonies of #6DC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC14A

Black with #6DC14A

Text Example


Text Example

White with #6DC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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