#1bd398

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

Shades of Shamrock #1BD398

Tints of Shamrock #1BD398

Color information

#1BD398 (or 0x1BD398) is unknown color: approx Shamrock. HEX triplet: 1B, D3 and 98. RGB value is (27,211,152). Sum of RGB (Red+Green+Blue) = 27+211+152=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD398 is #E42C67. Grayscale: #959595. Windows color (decimal): -14953576 or 10015515. OLE color: 10015515.

HSL color Cylindrical-coordinate representation of color #1BD398: hue angle of 160.76º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD398 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB27211152-
CMYK0.8700.280.17
HSL160.76º77.31%46.67%-
HSV(B)160.76º87.2%82.75%-
XYZ29.4149.0937.63-
YUV149.26129.5440.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.92%
GREEN value IS 211 (82.81% from 255) = 54.10%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=6.92%
G=54.10%
B=38.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal272111520.8700.280.17160.7677.3146.67
Hex1BD3985701C11a14d2f
Octal333232301270342124111557
Binary110111101001110011000101011101110010001101000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bd398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,211,152); }

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

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

 a { background-color: rgb(27,211,152); }

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

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

 span { border-color: rgb(27,211,152); }

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