#1BB261

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

Shades of Jade #1BB261

Tints of Jade #1BB261

Color information

#1BB261 (or 0x1BB261) is unknown color: approx Jade. HEX triplet: 1B, B2 and 61. RGB value is (27,178,97). Sum of RGB (Red+Green+Blue) = 27+178+97=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BB261 is #E44D9E. Grayscale: #7B7B7B. Windows color (decimal): -14962079 or 6402587. OLE color: 6402587.

HSL color Cylindrical-coordinate representation of color #1BB261: hue angle of 147.81º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB261 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB2717897-
CMYK0.8500.460.30
HSL147.81º73.66%40.2%-
HSV(B)147.81º84.83%69.8%-
XYZ18.5332.9416.69-
YUV123.62112.9759.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.94%
GREEN value IS 178 (69.92% from 255) = 58.94%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=8.94%
G=58.94%
B=32.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal27178970.8500.460.30147.8173.6640.2
Hex1BB2615502E1E944a28
Octal332621411250563622411250
Binary110111011001011000011010101010111011110100101001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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