Html Css Color HEX #6AC150 Apple

📋 copy color: '#6AC150'

red 106 ◦ green 193 ◦ blue 80

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

Shades of Apple #6AC150

Tints of Apple #6AC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

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

R = 27.97%
G = 50.92%
B = 21.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#6AC150 (or 0x6AC150) is known color: Apple. HEX triplet: 6A, C1 and 50. RGB value is (106,193,80). Sum of RGB (Red+Green+Blue) = 106+193+80=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC150 is #953EAF. Grayscale: #9A9A9A. Windows color (decimal): -9780912 or 5292394. OLE color: 5292394.

HSL color Cylindrical-coordinate representation of color #6AC150: hue angle of 106.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AC150 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 193 80 -
CMYK 0.45 0 0.59 0.24
HSL 106.19º 0.48% 0.54% -
HSV(B) 106.19º 0.59% 0.76% -
XYZ 26.46 41.78 14.26 -
YUV 154.11 86.18 93.69 -
System Red Green Blue C M Y K H S L
Decimal 106 193 80 0.45 0 0.59 0.24 106.19 0.48 0.54
Hex 6A C1 50 2D 0 3B 18 6A 30 36
Octal 152 301 120 55 0 73 30 152 60 66
Binary 1101010 11000001 1010000 101101 0 111011 11000 1101010 110000 110110

Color Harmonies of #6AC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC150

Black with #6AC150

Text Example


Text Example

White with #6AC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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