Html Css Color HEX #0BB64D Pigment Green

📋 copy color: '#0BB64D'

red 11 ◦ green 182 ◦ blue 77

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

Shades of Pigment Green #0BB64D

Tints of Pigment Green #0BB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.41%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 4.07%
G = 67.41%
B = 28.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#0BB64D (or 0x0BB64D) is known color: Pigment Green. HEX triplet: 0B, B6 and 4D. RGB value is (11,182,77). Sum of RGB (Red+Green+Blue) = 11+182+77=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB64D is #F449B2. Grayscale: #777777. Windows color (decimal): -16009651 or 5092875. OLE color: 5092875.

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

Color convert

RGB 11 182 77 -
CMYK 0.94 0 0.58 0.29
HSL 143.16º 0.89% 0.38% -
HSV(B) 143.16º 0.94% 0.71% -
XYZ 18.21 34.06 12.64 -
YUV 118.9 104.35 51.04 -
System Red Green Blue C M Y K H S L
Decimal 11 182 77 0.94 0 0.58 0.29 143.16 0.89 0.38
Hex B B6 4D 5E 0 3A 1D 8F 59 26
Octal 13 266 115 136 0 72 35 217 131 46
Binary 1011 10110110 1001101 1011110 0 111010 11101 10001111 1011001 100110

Color Harmonies of #0BB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB64D

Black with #0BB64D

Text Example


Text Example

White with #0BB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,182,77); }

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

background-color css

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

 a { background-color: rgb(11,182,77); }

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

border-color css

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

 span { border-color: rgb(11,182,77); }

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