Html Css Color HEX #0CB65B Pigment Green

📋 copy color: '#0CB65B'

red 12 ◦ green 182 ◦ blue 91

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

Shades of Pigment Green #0CB65B

Tints of Pigment Green #0CB65B

RGB

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

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

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

R = 4.21%
G = 63.86%
B = 31.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#0CB65B (or 0x0CB65B) is known color: Pigment Green. HEX triplet: 0C, B6 and 5B. RGB value is (12,182,91). Sum of RGB (Red+Green+Blue) = 12+182+91=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB65B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB65B is #F349A4. Grayscale: #787878. Windows color (decimal): -15944101 or 6010380. OLE color: 6010380.

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

Color convert

RGB 12 182 91 -
CMYK 0.93 0 0.5 0.29
HSL 147.88º 0.88% 0.38% -
HSV(B) 147.88º 0.93% 0.71% -
XYZ 18.77 34.29 15.53 -
YUV 120.8 111.18 50.4 -
System Red Green Blue C M Y K H S L
Decimal 12 182 91 0.93 0 0.5 0.29 147.88 0.88 0.38
Hex C B6 5B 5D 0 32 1D 94 58 26
Octal 14 266 133 135 0 62 35 224 130 46
Binary 1100 10110110 1011011 1011101 0 110010 11101 10010100 1011000 100110

Color Harmonies of #0CB65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB65B

Black with #0CB65B

Text Example


Text Example

White with #0CB65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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