Html Css Color HEX #1CB06B Mountain Meadow

📋 copy color: '#1CB06B'

red 28 ◦ green 176 ◦ blue 107

#1CB06B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #1CB06B

Tints of Mountain Meadow #1CB06B

RGB

 RED value IS 28 (11.33% from 255) = 9%

 GREEN value IS 176 (69.14% from 255) = 56.59%

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 9%
G = 56.59%
B = 34.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#1CB06B (or 0x1CB06B) is known color: Mountain Meadow. HEX triplet: 1C, B0 and 6B. RGB value is (28,176,107). Sum of RGB (Red+Green+Blue) = 28+176+107=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB06B is #E34F94. Grayscale: #7C7C7C. Windows color (decimal): -14897045 or 7057436. OLE color: 7057436.

HSL color Cylindrical-coordinate representation of color #1CB06B: hue angle of 152.03º 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 #1CB06B is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 176 107 -
CMYK 0.84 0 0.39 0.31
HSL 152.03º 0.73% 0.4% -
HSV(B) 152.03º 0.84% 0.69% -
XYZ 18.66 32.36 19.17 -
YUV 123.88 118.47 59.61 -
System Red Green Blue C M Y K H S L
Decimal 28 176 107 0.84 0 0.39 0.31 152.03 0.73 0.4
Hex 1C B0 6B 54 0 27 1F 98 49 28
Octal 34 260 153 124 0 47 37 230 111 50
Binary 11100 10110000 1101011 1010100 0 100111 11111 10011000 1001001 101000

Color Harmonies of #1CB06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB06B

Black with #1CB06B

Text Example


Text Example

White with #1CB06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CB06B;
 }
 .AnyTagClassName
 {
   color: #1CB06B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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