#1CB06F

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

Shades of Mountain Meadow #1CB06F

Tints of Mountain Meadow #1CB06F

Color information

#1CB06F (or 0x1CB06F) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B0 and 6F. RGB value is (28,176,111). Sum of RGB (Red+Green+Blue) = 28+176+111=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB06F is #E34F90. Grayscale: #7C7C7C. Windows color (decimal): -14897041 or 7319580. OLE color: 7319580.

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

Color convert

RGB28176111-
CMYK0.8400.370.31
HSL153.65º72.55%40%-
HSV(B)153.65º84.09%69.02%-
XYZ18.8732.4520.31-
YUV124.34120.4759.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 176 (69.14% from 255) = 55.87%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=8.89%
G=55.87%
B=35.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281761110.8400.370.31153.6572.5540
Hex1CB06F540251F9a4928
Octal342601571240453723211150
Binary111001011000011011111010100010010111111100110101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,176,111); }

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

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

 a { background-color: rgb(28,176,111); }

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

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

 span { border-color: rgb(28,176,111); }

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