Html Css Color HEX #6AAA40 Apple

📋 copy color: '#6AAA40'

red 106 ◦ green 170 ◦ blue 64

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

Shades of Apple #6AAA40

Tints of Apple #6AAA40

RGB

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

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

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

R = 31.18%
G = 50%
B = 18.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#6AAA40 (or 0x6AAA40) is known color: Apple. HEX triplet: 6A, AA and 40. RGB value is (106,170,64). Sum of RGB (Red+Green+Blue) = 106+170+64=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA40 is #9555BF. Grayscale: #8B8B8B. Windows color (decimal): -9786816 or 4237930. OLE color: 4237930.

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

Color convert

RGB 106 170 64 -
CMYK 0.38 0 0.62 0.33
HSL 96.23º 0.45% 0.46% -
HSV(B) 96.23º 0.62% 0.67% -
XYZ 21.24 32.18 9.94 -
YUV 138.78 85.8 104.62 -
System Red Green Blue C M Y K H S L
Decimal 106 170 64 0.38 0 0.62 0.33 96.23 0.45 0.46
Hex 6A AA 40 26 0 3E 21 60 2D 2E
Octal 152 252 100 46 0 76 41 140 55 56
Binary 1101010 10101010 1000000 100110 0 111110 100001 1100000 101101 101110

Color Harmonies of #6AAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA40

Black with #6AAA40

Text Example


Text Example

White with #6AAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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