#1BB14A

Color #1BB14A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1BB14A

Tints of Dark Pastel Green #1BB14A

Color information

#1BB14A (or 0x1BB14A) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, B1 and 4A. RGB value is (27,177,74). Sum of RGB (Red+Green+Blue) = 27+177+74=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB14A is #E44EB5. Grayscale: #787878. Windows color (decimal): -14962358 or 4895003. OLE color: 4895003.

HSL color Cylindrical-coordinate representation of color #1BB14A: hue angle of 138.8º degrees, saturation: 0.74, 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 #1BB14A is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB2717774-
CMYK0.8500.580.31
HSL138.8º73.53%40%-
HSV(B)138.8º84.75%69.41%-
XYZ17.4132.1711.77-
YUV120.41101.861.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.71%
GREEN value IS 177 (69.53% from 255) = 63.67%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=9.71%
G=63.67%
B=26.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27177740.8500.580.31138.873.5340
Hex1BB14A5503A1F8b4a28
Octal332611121250723721311250
Binary110111011000110010101010101011101011111100010111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,177,74); }

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

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

 a { background-color: rgb(27,177,74); }

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

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

 span { border-color: rgb(27,177,74); }

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