Html Css Color HEX #6AC255 Apple

📋 copy color: '#6AC255'

red 106 ◦ green 194 ◦ blue 85

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

Shades of Apple #6AC255

Tints of Apple #6AC255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 27.53%
G = 50.39%
B = 22.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#6AC255 (or 0x6AC255) is known color: Apple. HEX triplet: 6A, C2 and 55. RGB value is (106,194,85). Sum of RGB (Red+Green+Blue) = 106+194+85=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC255 is #953DAA. Grayscale: #9B9B9B. Windows color (decimal): -9780651 or 5620330. OLE color: 5620330.

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

Color convert

RGB 106 194 85 -
CMYK 0.45 0 0.56 0.24
HSL 108.44º 0.47% 0.55% -
HSV(B) 108.44º 0.56% 0.76% -
XYZ 26.88 42.3 15.34 -
YUV 155.26 88.35 92.86 -
System Red Green Blue C M Y K H S L
Decimal 106 194 85 0.45 0 0.56 0.24 108.44 0.47 0.55
Hex 6A C2 55 2D 0 38 18 6C 2F 37
Octal 152 302 125 55 0 70 30 154 57 67
Binary 1101010 11000010 1010101 101101 0 111000 11000 1101100 101111 110111

Color Harmonies of #6AC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC255

Black with #6AC255

Text Example


Text Example

White with #6AC255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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