Html Css Color HEX #6ACD49 Apple

📋 copy color: '#6ACD49'

red 106 ◦ green 205 ◦ blue 73

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

Shades of Apple #6ACD49

Tints of Apple #6ACD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.39%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 27.6%
G = 53.39%
B = 19.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#6ACD49 (or 0x6ACD49) is known color: Apple. HEX triplet: 6A, CD and 49. RGB value is (106,205,73). Sum of RGB (Red+Green+Blue) = 106+205+73=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD49 is #9532B6. Grayscale: #A0A0A0. Windows color (decimal): -9777847 or 4836714. OLE color: 4836714.

HSL color Cylindrical-coordinate representation of color #6ACD49: hue angle of 105º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ACD49 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 73 -
CMYK 0.48 0 0.64 0.20
HSL 105º 0.57% 0.55% -
HSV(B) 105º 0.64% 0.8% -
XYZ 28.98 47.21 13.89 -
YUV 160.35 78.7 89.23 -
System Red Green Blue C M Y K H S L
Decimal 106 205 73 0.48 0 0.64 0.20 105 0.57 0.55
Hex 6A CD 49 30 0 40 14 69 39 37
Octal 152 315 111 60 0 100 24 151 71 67
Binary 1101010 11001101 1001001 110000 0 1000000 10100 1101001 111001 110111

Color Harmonies of #6ACD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD49

Black with #6ACD49

Text Example


Text Example

White with #6ACD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,73); }

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

background-color css

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

 a { background-color: rgb(106,205,73); }

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

border-color css

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

 span { border-color: rgb(106,205,73); }

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