Html Css Color HEX #55A12C Limeade

📋 copy color: '#55A12C'

red 85 ◦ green 161 ◦ blue 44

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

Shades of Limeade #55A12C

Tints of Limeade #55A12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.52%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 29.31%
G = 55.52%
B = 15.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#55A12C (or 0x55A12C) is known color: Limeade. HEX triplet: 55, A1 and 2C. RGB value is (85,161,44). Sum of RGB (Red+Green+Blue) = 85+161+44=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #55A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A12C is #AA5ED3. Grayscale: #7D7D7D. Windows color (decimal): -11165396 or 2924885. OLE color: 2924885.

HSL color Cylindrical-coordinate representation of color #55A12C: hue angle of 98.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55A12C is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 44 -
CMYK 0.47 0 0.73 0.37
HSL 98.97º 0.57% 0.4% -
HSV(B) 98.97º 0.73% 0.63% -
XYZ 16.95 27.6 6.82 -
YUV 124.94 82.32 99.51 -
System Red Green Blue C M Y K H S L
Decimal 85 161 44 0.47 0 0.73 0.37 98.97 0.57 0.4
Hex 55 A1 2C 2F 0 49 25 63 39 28
Octal 125 241 54 57 0 111 45 143 71 50
Binary 1010101 10100001 101100 101111 0 1001001 100101 1100011 111001 101000

Color Harmonies of #55A12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A12C

Black with #55A12C

Text Example


Text Example

White with #55A12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,44); }

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

background-color css

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

 a { background-color: rgb(85,161,44); }

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

border-color css

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

 span { border-color: rgb(85,161,44); }

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