Html Css Color HEX #0CB85B Pigment Green

📋 copy color: '#0CB85B'

red 12 ◦ green 184 ◦ blue 91

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

Shades of Pigment Green #0CB85B

Tints of Pigment Green #0CB85B

RGB

 RED value IS 12 (5.08% from 255) = 4.18%

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

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

R = 4.18%
G = 64.11%
B = 31.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#0CB85B (or 0x0CB85B) is known color: Pigment Green. HEX triplet: 0C, B8 and 5B. RGB value is (12,184,91). Sum of RGB (Red+Green+Blue) = 12+184+91=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB85B is #F347A4. Grayscale: #7A7A7A. Windows color (decimal): -15943589 or 6010892. OLE color: 6010892.

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

Color convert

RGB 12 184 91 -
CMYK 0.93 0 0.51 0.28
HSL 147.56º 0.88% 0.38% -
HSV(B) 147.56º 0.93% 0.72% -
XYZ 19.18 35.11 15.66 -
YUV 121.97 110.52 49.56 -
System Red Green Blue C M Y K H S L
Decimal 12 184 91 0.93 0 0.51 0.28 147.56 0.88 0.38
Hex C B8 5B 5D 0 33 1C 94 58 26
Octal 14 270 133 135 0 63 34 224 130 46
Binary 1100 10111000 1011011 1011101 0 110011 11100 10010100 1011000 100110

Color Harmonies of #0CB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB85B

Black with #0CB85B

Text Example


Text Example

White with #0CB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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