#1bb062

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

Shades of Jade #1BB062

Tints of Jade #1BB062

Color information

#1BB062 (or 0x1BB062) is unknown color: approx Jade. HEX triplet: 1B, B0 and 62. RGB value is (27,176,98). Sum of RGB (Red+Green+Blue) = 27+176+98=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BB062 is #E44F9D. Grayscale: #7A7A7A. Windows color (decimal): -14962590 or 6467611. OLE color: 6467611.

HSL color Cylindrical-coordinate representation of color #1BB062: hue angle of 148.59º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB062 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB2717698-
CMYK0.8500.440.31
HSL148.59º73.4%39.8%-
HSV(B)148.59º84.66%69.02%-
XYZ18.1832.1716.81-
YUV122.56114.1459.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 176 (69.14% from 255) = 58.47%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=8.97%
G=58.47%
B=32.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27176980.8500.440.31148.5973.439.8
Hex1BB0625502C1F954928
Octal332601421250543722511150
Binary110111011000011000101010101010110011111100101011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bb062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,176,98); }

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

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

 a { background-color: rgb(27,176,98); }

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

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

 span { border-color: rgb(27,176,98); }

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