Html Css Color HEX #0CBC5B Pigment Green

📋 copy color: '#0CBC5B'

red 12 ◦ green 188 ◦ blue 91

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

Shades of Pigment Green #0CBC5B

Tints of Pigment Green #0CBC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.6%

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

R = 4.12%
G = 64.6%
B = 31.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#0CBC5B (or 0x0CBC5B) is known color: Pigment Green. HEX triplet: 0C, BC and 5B. RGB value is (12,188,91). Sum of RGB (Red+Green+Blue) = 12+188+91=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBC5B is #F343A4. Grayscale: #7C7C7C. Windows color (decimal): -15942565 or 6011916. OLE color: 6011916.

HSL color Cylindrical-coordinate representation of color #0CBC5B: hue angle of 146.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC5B is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 91 -
CMYK 0.94 0 0.52 0.26
HSL 146.93º 0.88% 0.39% -
HSV(B) 146.93º 0.94% 0.74% -
XYZ 20.02 36.8 15.95 -
YUV 124.32 109.19 47.89 -
System Red Green Blue C M Y K H S L
Decimal 12 188 91 0.94 0 0.52 0.26 146.93 0.88 0.39
Hex C BC 5B 5E 0 34 1A 93 58 27
Octal 14 274 133 136 0 64 32 223 130 47
Binary 1100 10111100 1011011 1011110 0 110100 11010 10010011 1011000 100111

Color Harmonies of #0CBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC5B

Black with #0CBC5B

Text Example


Text Example

White with #0CBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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