Html Css Color HEX #1BAF70 Mountain Meadow

📋 copy color: '#1BAF70'

red 27 ◦ green 175 ◦ blue 112

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

Shades of Mountain Meadow #1BAF70

Tints of Mountain Meadow #1BAF70

RGB

 RED value IS 27 (10.94% from 255) = 8.6%

 GREEN value IS 175 (68.75% from 255) = 55.73%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 8.6%
G = 55.73%
B = 35.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#1BAF70 (or 0x1BAF70) is known color: Mountain Meadow. HEX triplet: 1B, AF and 70. RGB value is (27,175,112). Sum of RGB (Red+Green+Blue) = 27+175+112=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF70 is #E4508F. Grayscale: #7B7B7B. Windows color (decimal): -14962832 or 7384859. OLE color: 7384859.

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

Color convert

RGB 27 175 112 -
CMYK 0.85 0 0.36 0.31
HSL 154.46º 0.73% 0.4% -
HSV(B) 154.46º 0.85% 0.69% -
XYZ 18.71 32.06 20.53 -
YUV 123.57 121.47 59.12 -
System Red Green Blue C M Y K H S L
Decimal 27 175 112 0.85 0 0.36 0.31 154.46 0.73 0.4
Hex 1B AF 70 55 0 24 1F 9A 49 28
Octal 33 257 160 125 0 44 37 232 111 50
Binary 11011 10101111 1110000 1010101 0 100100 11111 10011010 1001001 101000

Color Harmonies of #1BAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF70

Black with #1BAF70

Text Example


Text Example

White with #1BAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,175,112); }

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

background-color css

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

 a { background-color: rgb(27,175,112); }

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

border-color css

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

 span { border-color: rgb(27,175,112); }

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