Html Css Color HEX #0BB85A Pigment Green

📋 copy color: '#0BB85A'

red 11 ◦ green 184 ◦ blue 90

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

Shades of Pigment Green #0BB85A

Tints of Pigment Green #0BB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 64.56%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 3.86%
G = 64.56%
B = 31.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#0BB85A (or 0x0BB85A) is known color: Pigment Green. HEX triplet: 0B, B8 and 5A. RGB value is (11,184,90). Sum of RGB (Red+Green+Blue) = 11+184+90=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 184 (72.27% from 255 or 64.56% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB85A is #F447A5. Grayscale: #797979. Windows color (decimal): -16009126 or 5945355. OLE color: 5945355.

HSL color Cylindrical-coordinate representation of color #0BB85A: hue angle of 147.4º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB85A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 184 90 -
CMYK 0.94 0 0.51 0.28
HSL 147.4º 0.89% 0.38% -
HSV(B) 147.4º 0.94% 0.72% -
XYZ 19.12 35.09 15.44 -
YUV 121.56 110.19 49.14 -
System Red Green Blue C M Y K H S L
Decimal 11 184 90 0.94 0 0.51 0.28 147.4 0.89 0.38
Hex B B8 5A 5E 0 33 1C 93 59 26
Octal 13 270 132 136 0 63 34 223 131 46
Binary 1011 10111000 1011010 1011110 0 110011 11100 10010011 1011001 100110

Color Harmonies of #0BB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB85A

Black with #0BB85A

Text Example


Text Example

White with #0BB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,184,90); }

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

background-color css

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

 a { background-color: rgb(11,184,90); }

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

border-color css

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

 span { border-color: rgb(11,184,90); }

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