#1BA56D

Color #1BA56D Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #1BA56D

Tints of Jade #1BA56D

Color information

#1BA56D (or 0x1BA56D) is unknown color: approx Jade. HEX triplet: 1B, A5 and 6D. RGB value is (27,165,109). Sum of RGB (Red+Green+Blue) = 27+165+109=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA56D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA56D is #E45A92. Grayscale: #757575. Windows color (decimal): -14965395 or 7185691. OLE color: 7185691.

HSL color Cylindrical-coordinate representation of color #1BA56D: hue angle of 155.65º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA56D is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB27165109-
CMYK0.8400.340.35
HSL155.65º71.88%37.65%-
HSV(B)155.65º83.64%64.71%-
XYZ16.6728.2519.04-
YUV117.35123.2863.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=8.97%
G=54.82%
B=36.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271651090.8400.340.35155.6571.8837.65
Hex1BA56D54022239c4826
Octal332451551240424323411046
Binary1101110100101110110110101000100010100011100111001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA56D; }

 p { color: rgb(27,165,109); }

 H1.HeaderClassName
 {
   color: #1BA56D;
 }
 .AnyTagClassName
 {
   color: #1BA56D;
 }
</style>
background-color css

<style>
 a { background-color: #1BA56D; }

 a { background-color: rgb(27,165,109); }

 div.DivClassName
 {
   background-color: #1BA56D;
 }
 .BgClassName
 {
   background-color: #1BA56D;
 }
</style>
border-color css

<style>
 span { border-color: #1BA56D; }

 span { border-color: rgb(27,165,109); }

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