Html Css Color HEX #0CB05E Pigment Green

📋 copy color: '#0CB05E'

red 12 ◦ green 176 ◦ blue 94

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

Shades of Pigment Green #0CB05E

Tints of Pigment Green #0CB05E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 62.41%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 4.26%
G = 62.41%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#0CB05E (or 0x0CB05E) is known color: Pigment Green. HEX triplet: 0C, B0 and 5E. RGB value is (12,176,94). Sum of RGB (Red+Green+Blue) = 12+176+94=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB05E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB05E is #F34FA1. Grayscale: #757575. Windows color (decimal): -15945634 or 6205452. OLE color: 6205452.

HSL color Cylindrical-coordinate representation of color #0CB05E: hue angle of 150º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB05E is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 94 -
CMYK 0.93 0 0.47 0.31
HSL 150º 0.87% 0.37% -
HSV(B) 150º 0.93% 0.69% -
XYZ 17.7 31.94 15.82 -
YUV 117.62 114.67 52.67 -
System Red Green Blue C M Y K H S L
Decimal 12 176 94 0.93 0 0.47 0.31 150 0.87 0.37
Hex C B0 5E 5D 0 2F 1F 96 57 25
Octal 14 260 136 135 0 57 37 226 127 45
Binary 1100 10110000 1011110 1011101 0 101111 11111 10010110 1010111 100101

Color Harmonies of #0CB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB05E

Black with #0CB05E

Text Example


Text Example

White with #0CB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,94); }

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

background-color css

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

 a { background-color: rgb(12,176,94); }

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

border-color css

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

 span { border-color: rgb(12,176,94); }

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