Html Css Color HEX #6AAE40 Apple

📋 copy color: '#6AAE40'

red 106 ◦ green 174 ◦ blue 64

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

Shades of Apple #6AAE40

Tints of Apple #6AAE40

RGB

 RED value IS 106 (41.8% from 255) = 30.81%

 GREEN value IS 174 (68.36% from 255) = 50.58%

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

R = 30.81%
G = 50.58%
B = 18.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#6AAE40 (or 0x6AAE40) is known color: Apple. HEX triplet: 6A, AE and 40. RGB value is (106,174,64). Sum of RGB (Red+Green+Blue) = 106+174+64=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE40 is #9551BF. Grayscale: #8D8D8D. Windows color (decimal): -9785792 or 4238954. OLE color: 4238954.

HSL color Cylindrical-coordinate representation of color #6AAE40: hue angle of 97.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AAE40 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 174 64 -
CMYK 0.39 0 0.63 0.32
HSL 97.09º 0.46% 0.47% -
HSV(B) 97.09º 0.63% 0.68% -
XYZ 22.01 33.71 10.2 -
YUV 141.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 106 174 64 0.39 0 0.63 0.32 97.09 0.46 0.47
Hex 6A AE 40 27 0 3F 20 61 2E 2F
Octal 152 256 100 47 0 77 40 141 56 57
Binary 1101010 10101110 1000000 100111 0 111111 100000 1100001 101110 101111

Color Harmonies of #6AAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAE40

Black with #6AAE40

Text Example


Text Example

White with #6AAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,174,64); }

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

background-color css

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

 a { background-color: rgb(106,174,64); }

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

border-color css

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

 span { border-color: rgb(106,174,64); }

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