Html Css Color HEX #1BAE5F Pigment Green

📋 copy color: '#1BAE5F'

red 27 ◦ green 174 ◦ blue 95

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

Shades of Pigment Green #1BAE5F

Tints of Pigment Green #1BAE5F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.78%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 9.12%
G = 58.78%
B = 32.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#1BAE5F (or 0x1BAE5F) is known color: Pigment Green. HEX triplet: 1B, AE and 5F. RGB value is (27,174,95). Sum of RGB (Red+Green+Blue) = 27+174+95=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE5F is #E451A0. Grayscale: #797979. Windows color (decimal): -14963105 or 6270491. OLE color: 6270491.

HSL color Cylindrical-coordinate representation of color #1BAE5F: hue angle of 147.76º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE5F is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 174 95 -
CMYK 0.84 0 0.45 0.32
HSL 147.76º 0.73% 0.39% -
HSV(B) 147.76º 0.84% 0.68% -
XYZ 17.65 31.33 15.94 -
YUV 121.04 113.3 60.92 -
System Red Green Blue C M Y K H S L
Decimal 27 174 95 0.84 0 0.45 0.32 147.76 0.73 0.39
Hex 1B AE 5F 54 0 2D 20 94 49 27
Octal 33 256 137 124 0 55 40 224 111 47
Binary 11011 10101110 1011111 1010100 0 101101 100000 10010100 1001001 100111

Color Harmonies of #1BAE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE5F

Black with #1BAE5F

Text Example


Text Example

White with #1BAE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,174,95); }

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

background-color css

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

 a { background-color: rgb(27,174,95); }

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

border-color css

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

 span { border-color: rgb(27,174,95); }

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