Html Css Color HEX #00B15D Pigment Green

📋 copy color: '#00B15D'

red 0 ◦ green 177 ◦ blue 93

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

Shades of Pigment Green #00B15D

Tints of Pigment Green #00B15D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 177 (69.53% from 255) = 65.56%

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 0%
G = 65.56%
B = 34.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#00B15D (or 0x00B15D) is known color: Pigment Green. HEX triplet: 00, B1 and 5D. RGB value is (0,177,93). Sum of RGB (Red+Green+Blue) = 0+177+93=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #00B15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B15D is #FF4EA2. Grayscale: #727272. Windows color (decimal): -16731811 or 6140160. OLE color: 6140160.

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

Color convert

RGB 0 177 93 -
CMYK 1 0 0.47 0.31
HSL 151.53º 1% 0.35% -
HSV(B) 151.53º 1% 0.69% -
XYZ 17.7 32.23 15.65 -
YUV 114.5 115.86 46.33 -
System Red Green Blue C M Y K H S L
Decimal 0 177 93 1 0 0.47 0.31 151.53 1 0.35
Hex 0 B1 5D 64 0 2F 1F 98 64 23
Octal 0 261 135 144 0 57 37 230 144 43
Binary 0 10110001 1011101 1100100 0 101111 11111 10011000 1100100 100011

Color Harmonies of #00B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B15D

Black with #00B15D

Text Example


Text Example

White with #00B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00B15D;
 }
 .AnyTagClassName
 {
   color: #00B15D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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