Html Css Color HEX #55A93C Apple

📋 copy color: '#55A93C'

red 85 ◦ green 169 ◦ blue 60

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

Shades of Apple #55A93C

Tints of Apple #55A93C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.82%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 27.07%
G = 53.82%
B = 19.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#55A93C (or 0x55A93C) is known color: Apple. HEX triplet: 55, A9 and 3C. RGB value is (85,169,60). Sum of RGB (Red+Green+Blue) = 85+169+60=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #55A93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A93C is #AA56C3. Grayscale: #838383. Windows color (decimal): -11163332 or 3975509. OLE color: 3975509.

HSL color Cylindrical-coordinate representation of color #55A93C: hue angle of 106.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A93C is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 169 60 -
CMYK 0.50 0 0.64 0.34
HSL 106.24º 0.48% 0.45% -
HSV(B) 106.24º 0.64% 0.66% -
XYZ 18.75 30.63 9.2 -
YUV 131.46 87.67 94.86 -
System Red Green Blue C M Y K H S L
Decimal 85 169 60 0.50 0 0.64 0.34 106.24 0.48 0.45
Hex 55 A9 3C 32 0 40 22 6A 30 2D
Octal 125 251 74 62 0 100 42 152 60 55
Binary 1010101 10101001 111100 110010 0 1000000 100010 1101010 110000 101101

Color Harmonies of #55A93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A93C

Black with #55A93C

Text Example


Text Example

White with #55A93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,169,60); }

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

background-color css

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

 a { background-color: rgb(85,169,60); }

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

border-color css

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

 span { border-color: rgb(85,169,60); }

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