Html Css Color HEX #6AAC50 Apple

📋 copy color: '#6AAC50'

red 106 ◦ green 172 ◦ blue 80

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

Shades of Apple #6AAC50

Tints of Apple #6AAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 29.61%
G = 48.04%
B = 22.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#6AAC50 (or 0x6AAC50) is known color: Apple. HEX triplet: 6A, AC and 50. RGB value is (106,172,80). Sum of RGB (Red+Green+Blue) = 106+172+80=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC50 is #9553AF. Grayscale: #8E8E8E. Windows color (decimal): -9786288 or 5287018. OLE color: 5287018.

HSL color Cylindrical-coordinate representation of color #6AAC50: hue angle of 103.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AAC50 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 172 80 -
CMYK 0.38 0 0.53 0.33
HSL 103.04º 0.37% 0.49% -
HSV(B) 103.04º 0.53% 0.67% -
XYZ 22.14 33.15 12.82 -
YUV 141.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 106 172 80 0.38 0 0.53 0.33 103.04 0.37 0.49
Hex 6A AC 50 26 0 35 21 67 25 31
Octal 152 254 120 46 0 65 41 147 45 61
Binary 1101010 10101100 1010000 100110 0 110101 100001 1100111 100101 110001

Color Harmonies of #6AAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAC50

Black with #6AAC50

Text Example


Text Example

White with #6AAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,172,80); }

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

background-color css

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

 a { background-color: rgb(106,172,80); }

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

border-color css

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

 span { border-color: rgb(106,172,80); }

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