Html Css Color HEX #0BB15D Pigment Green

📋 copy color: '#0BB15D'

red 11 ◦ green 177 ◦ blue 93

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

Shades of Pigment Green #0BB15D

Tints of Pigment Green #0BB15D

RGB

 RED value IS 11 (4.69% from 255) = 3.91%

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

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

R = 3.91%
G = 62.99%
B = 33.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#0BB15D (or 0x0BB15D) is known color: Pigment Green. HEX triplet: 0B, B1 and 5D. RGB value is (11,177,93). Sum of RGB (Red+Green+Blue) = 11+177+93=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB15D is #F44EA2. Grayscale: #757575. Windows color (decimal): -16010915 or 6140171. OLE color: 6140171.

HSL color Cylindrical-coordinate representation of color #0BB15D: hue angle of 149.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB15D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 177 93 -
CMYK 0.94 0 0.47 0.31
HSL 149.64º 0.88% 0.37% -
HSV(B) 149.64º 0.94% 0.69% -
XYZ 17.84 32.31 15.65 -
YUV 117.79 114 51.83 -
System Red Green Blue C M Y K H S L
Decimal 11 177 93 0.94 0 0.47 0.31 149.64 0.88 0.37
Hex B B1 5D 5E 0 2F 1F 96 58 25
Octal 13 261 135 136 0 57 37 226 130 45
Binary 1011 10110001 1011101 1011110 0 101111 11111 10010110 1011000 100101

Color Harmonies of #0BB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB15D

Black with #0BB15D

Text Example


Text Example

White with #0BB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB15D; }

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

 H1.HeaderClassName
 {
   color: #0BB15D;
 }
 .AnyTagClassName
 {
   color: #0BB15D;
 }
</style>

background-color css

<style>
 a { background-color: #0BB15D; }

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

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

border-color css

<style>
 span { border-color: #0BB15D; }

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

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