#1BB661

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

Shades of Jade #1BB661

Tints of Jade #1BB661

Color information

#1BB661 (or 0x1BB661) is unknown color: approx Jade. HEX triplet: 1B, B6 and 61. RGB value is (27,182,97). Sum of RGB (Red+Green+Blue) = 27+182+97=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB661 is #E4499E. Grayscale: #7E7E7E. Windows color (decimal): -14961055 or 6403611. OLE color: 6403611.

HSL color Cylindrical-coordinate representation of color #1BB661: hue angle of 147.1º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB661 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB2718297-
CMYK0.8500.470.29
HSL147.1º74.16%40.98%-
HSV(B)147.1º85.16%71.37%-
XYZ19.3434.5516.96-
YUV125.96111.6557.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.82%
GREEN value IS 182 (71.48% from 255) = 59.48%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=8.82%
G=59.48%
B=31.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27182970.8500.470.29147.174.1640.98
Hex1BB6615502F1D934a29
Octal332661411250573522311251
Binary110111011011011000011010101010111111101100100111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,182,97); }

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

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

 a { background-color: rgb(27,182,97); }

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

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

 span { border-color: rgb(27,182,97); }

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