Html Css Color HEX #6AC355 Apple

📋 copy color: '#6AC355'

red 106 ◦ green 195 ◦ blue 85

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

Shades of Apple #6AC355

Tints of Apple #6AC355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.52%

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

R = 27.46%
G = 50.52%
B = 22.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#6AC355 (or 0x6AC355) is known color: Apple. HEX triplet: 6A, C3 and 55. RGB value is (106,195,85). Sum of RGB (Red+Green+Blue) = 106+195+85=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC355 is #953CAA. Grayscale: #9C9C9C. Windows color (decimal): -9780395 or 5620586. OLE color: 5620586.

HSL color Cylindrical-coordinate representation of color #6AC355: hue angle of 108.55º degrees, saturation: 0.48, 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 #6AC355 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 195 85 -
CMYK 0.46 0 0.56 0.24
HSL 108.55º 0.48% 0.55% -
HSV(B) 108.55º 0.56% 0.76% -
XYZ 27.1 42.75 15.42 -
YUV 155.85 88.01 92.44 -
System Red Green Blue C M Y K H S L
Decimal 106 195 85 0.46 0 0.56 0.24 108.55 0.48 0.55
Hex 6A C3 55 2E 0 38 18 6D 30 37
Octal 152 303 125 56 0 70 30 155 60 67
Binary 1101010 11000011 1010101 101110 0 111000 11000 1101101 110000 110111

Color Harmonies of #6AC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC355

Black with #6AC355

Text Example


Text Example

White with #6AC355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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