Html Css Color HEX #55A845 Apple

📋 copy color: '#55A845'

red 85 ◦ green 168 ◦ blue 69

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

Shades of Apple #55A845

Tints of Apple #55A845

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 168 (66.02% from 255) = 52.17%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 26.4%
G = 52.17%
B = 21.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#55A845 (or 0x55A845) is known color: Apple. HEX triplet: 55, A8 and 45. RGB value is (85,168,69). Sum of RGB (Red+Green+Blue) = 85+168+69=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #55A845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A845 is #AA57BA. Grayscale: #848484. Windows color (decimal): -11163579 or 4565077. OLE color: 4565077.

HSL color Cylindrical-coordinate representation of color #55A845: hue angle of 110.3º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A845 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 168 69 -
CMYK 0.49 0 0.59 0.34
HSL 110.3º 0.42% 0.46% -
HSV(B) 110.3º 0.59% 0.66% -
XYZ 18.82 30.37 10.5 -
YUV 131.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 85 168 69 0.49 0 0.59 0.34 110.3 0.42 0.46
Hex 55 A8 45 31 0 3B 22 6E 2A 2E
Octal 125 250 105 61 0 73 42 156 52 56
Binary 1010101 10101000 1000101 110001 0 111011 100010 1101110 101010 101110

Color Harmonies of #55A845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A845

Black with #55A845

Text Example


Text Example

White with #55A845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A845; }

 p { color: rgb(85,168,69); }

 H1.HeaderClassName
 {
   color: #55A845;
 }
 .AnyTagClassName
 {
   color: #55A845;
 }
</style>

background-color css

<style>
 a { background-color: #55A845; }

 a { background-color: rgb(85,168,69); }

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

border-color css

<style>
 span { border-color: #55A845; }

 span { border-color: rgb(85,168,69); }

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