Html Css Color HEX #6EAA40 Apple

📋 copy color: '#6EAA40'

red 110 ◦ green 170 ◦ blue 64

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

Shades of Apple #6EAA40

Tints of Apple #6EAA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.42%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 31.98%
G = 49.42%
B = 18.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#6EAA40 (or 0x6EAA40) is known color: Apple. HEX triplet: 6E, AA and 40. RGB value is (110,170,64). Sum of RGB (Red+Green+Blue) = 110+170+64=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAA40 is #9155BF. Grayscale: #8C8C8C. Windows color (decimal): -9524672 or 4237934. OLE color: 4237934.

HSL color Cylindrical-coordinate representation of color #6EAA40: hue angle of 93.96º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6EAA40 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 170 64 -
CMYK 0.35 0 0.62 0.33
HSL 93.96º 0.45% 0.46% -
HSV(B) 93.96º 0.62% 0.67% -
XYZ 21.73 32.43 9.97 -
YUV 139.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 110 170 64 0.35 0 0.62 0.33 93.96 0.45 0.46
Hex 6E AA 40 23 0 3E 21 5E 2D 2E
Octal 156 252 100 43 0 76 41 136 55 56
Binary 1101110 10101010 1000000 100011 0 111110 100001 1011110 101101 101110

Color Harmonies of #6EAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAA40

Black with #6EAA40

Text Example


Text Example

White with #6EAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,170,64); }

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

background-color css

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

 a { background-color: rgb(110,170,64); }

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

border-color css

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

 span { border-color: rgb(110,170,64); }

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