#00B14B

Color #00B14B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #00B14B

Tints of Pigment Green #00B14B

Color information

#00B14B (or 0x00B14B) is unknown color: approx Pigment Green. HEX triplet: 00, B1 and 4B. RGB value is (0,177,75). Sum of RGB (Red+Green+Blue) = 0+177+75=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 177 (69.53% from 255 or 70.24% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 177 - color contains mainly: green. Hex color #00B14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B14B is #FF4EB4. Grayscale: #707070. Windows color (decimal): -16731829 or 4960512. OLE color: 4960512.

HSL color Cylindrical-coordinate representation of color #00B14B: hue angle of 145.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B14B is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB017775-
CMYK100.580.31
HSL145.42º100%34.71%-
HSV(B)145.42º100%69.41%-
XYZ16.9931.9511.93-
YUV112.45106.8647.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 177 (69.53% from 255) = 70.24%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=0%
G=70.24%
B=29.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017775100.580.31145.4210034.71
Hex0B14B6403A1F916423
Octal02611131440723722114443
Binary01011000110010111100100011101011111100100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B14B; }

 p { color: rgb(0,177,75); }

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

<style>
 a { background-color: #00B14B; }

 a { background-color: rgb(0,177,75); }

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

<style>
 span { border-color: #00B14B; }

 span { border-color: rgb(0,177,75); }

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