#1BA468

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

Shades of Jade #1BA468

Tints of Jade #1BA468

Color information

#1BA468 (or 0x1BA468) is unknown color: approx Jade. HEX triplet: 1B, A4 and 68. RGB value is (27,164,104). Sum of RGB (Red+Green+Blue) = 27+164+104=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA468 is #E45B97. Grayscale: #747474. Windows color (decimal): -14965656 or 6857755. OLE color: 6857755.

HSL color Cylindrical-coordinate representation of color #1BA468: hue angle of 153.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA468 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB27164104-
CMYK0.8400.370.36
HSL153.72º71.73%37.45%-
HSV(B)153.72º83.54%64.31%-
XYZ16.2327.7817.6-
YUV116.2121.1164.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 164 (64.45% from 255) = 55.59%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=9.15%
G=55.59%
B=35.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271641040.8400.370.36153.7271.7337.45
Hex1BA46854025249a4825
Octal332441501240454423211045
Binary1101110100100110100010101000100101100100100110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,164,104); }

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

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

 a { background-color: rgb(27,164,104); }

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

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

 span { border-color: rgb(27,164,104); }

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