Html Css Color HEX #00B85B Pigment Green

📋 copy color: '#00B85B'

red 0 ◦ green 184 ◦ blue 91

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

Shades of Pigment Green #00B85B

Tints of Pigment Green #00B85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 0%
G = 66.91%
B = 33.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#00B85B (or 0x00B85B) is known color: Pigment Green. HEX triplet: 00, B8 and 5B. RGB value is (0,184,91). Sum of RGB (Red+Green+Blue) = 0+184+91=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #00B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B85B is #FF47A4. Grayscale: #767676. Windows color (decimal): -16730021 or 6010880. OLE color: 6010880.

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

Color convert

RGB 0 184 91 -
CMYK 1 0 0.51 0.28
HSL 149.67º 1% 0.36% -
HSV(B) 149.67º 1% 0.72% -
XYZ 19.03 35.04 15.66 -
YUV 118.38 112.54 43.56 -
System Red Green Blue C M Y K H S L
Decimal 0 184 91 1 0 0.51 0.28 149.67 1 0.36
Hex 0 B8 5B 64 0 33 1C 96 64 24
Octal 0 270 133 144 0 63 34 226 144 44
Binary 0 10111000 1011011 1100100 0 110011 11100 10010110 1100100 100100

Color Harmonies of #00B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B85B

Black with #00B85B

Text Example


Text Example

White with #00B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,184,91); }

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

background-color css

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

 a { background-color: rgb(0,184,91); }

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

border-color css

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

 span { border-color: rgb(0,184,91); }

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