Html Css Color HEX #6AAF50 Apple

📋 copy color: '#6AAF50'

red 106 ◦ green 175 ◦ blue 80

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

Shades of Apple #6AAF50

Tints of Apple #6AAF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.48%

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

R = 29.36%
G = 48.48%
B = 22.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#6AAF50 (or 0x6AAF50) is known color: Apple. HEX triplet: 6A, AF and 50. RGB value is (106,175,80). Sum of RGB (Red+Green+Blue) = 106+175+80=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF50 is #9550AF. Grayscale: #8F8F8F. Windows color (decimal): -9785520 or 5287786. OLE color: 5287786.

HSL color Cylindrical-coordinate representation of color #6AAF50: hue angle of 103.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AAF50 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 175 80 -
CMYK 0.39 0 0.54 0.31
HSL 103.58º 0.37% 0.5% -
HSV(B) 103.58º 0.54% 0.69% -
XYZ 22.72 34.3 13.01 -
YUV 143.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 106 175 80 0.39 0 0.54 0.31 103.58 0.37 0.5
Hex 6A AF 50 27 0 36 1F 68 25 32
Octal 152 257 120 47 0 66 37 150 45 62
Binary 1101010 10101111 1010000 100111 0 110110 11111 1101000 100101 110010

Color Harmonies of #6AAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAF50

Black with #6AAF50

Text Example


Text Example

White with #6AAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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