Html Css Color HEX #6AC250 Apple

📋 copy color: '#6AC250'

red 106 ◦ green 194 ◦ blue 80

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

Shades of Apple #6AC250

Tints of Apple #6AC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.05%

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

R = 27.89%
G = 51.05%
B = 21.05%

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

#6AC250 (or 0x6AC250) is known color: Apple. HEX triplet: 6A, C2 and 50. RGB value is (106,194,80). Sum of RGB (Red+Green+Blue) = 106+194+80=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC250 is #953DAF. Grayscale: #9B9B9B. Windows color (decimal): -9780656 or 5292650. OLE color: 5292650.

HSL color Cylindrical-coordinate representation of color #6AC250: hue angle of 106.32º 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 #6AC250 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 194 80 -
CMYK 0.45 0 0.59 0.24
HSL 106.32º 0.48% 0.54% -
HSV(B) 106.32º 0.59% 0.76% -
XYZ 26.68 42.23 14.33 -
YUV 154.69 85.85 93.27 -
System Red Green Blue C M Y K H S L
Decimal 106 194 80 0.45 0 0.59 0.24 106.32 0.48 0.54
Hex 6A C2 50 2D 0 3B 18 6A 30 36
Octal 152 302 120 55 0 73 30 152 60 66
Binary 1101010 11000010 1010000 101101 0 111011 11000 1101010 110000 110110

Color Harmonies of #6AC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC250

Black with #6AC250

Text Example


Text Example

White with #6AC250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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