Html Css Color HEX #0CBC5A Pigment Green

📋 copy color: '#0CBC5A'

red 12 ◦ green 188 ◦ blue 90

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

Shades of Pigment Green #0CBC5A

Tints of Pigment Green #0CBC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 4.14%
G = 64.83%
B = 31.03%

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

#0CBC5A (or 0x0CBC5A) is known color: Pigment Green. HEX triplet: 0C, BC and 5A. RGB value is (12,188,90). Sum of RGB (Red+Green+Blue) = 12+188+90=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBC5A is #F343A5. Grayscale: #7C7C7C. Windows color (decimal): -15942566 or 5946380. OLE color: 5946380.

HSL color Cylindrical-coordinate representation of color #0CBC5A: hue angle of 146.59º 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 #0CBC5A is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 90 -
CMYK 0.94 0 0.52 0.26
HSL 146.59º 0.88% 0.39% -
HSV(B) 146.59º 0.94% 0.74% -
XYZ 19.98 36.78 15.72 -
YUV 124.2 108.69 47.97 -
System Red Green Blue C M Y K H S L
Decimal 12 188 90 0.94 0 0.52 0.26 146.59 0.88 0.39
Hex C BC 5A 5E 0 34 1A 93 58 27
Octal 14 274 132 136 0 64 32 223 130 47
Binary 1100 10111100 1011010 1011110 0 110100 11010 10010011 1011000 100111

Color Harmonies of #0CBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC5A

Black with #0CBC5A

Text Example


Text Example

White with #0CBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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