Html Css Color HEX #0CB65D Pigment Green

📋 copy color: '#0CB65D'

red 12 ◦ green 182 ◦ blue 93

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

Shades of Pigment Green #0CB65D

Tints of Pigment Green #0CB65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 4.18%
G = 63.41%
B = 32.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#0CB65D (or 0x0CB65D) is known color: Pigment Green. HEX triplet: 0C, B6 and 5D. RGB value is (12,182,93). Sum of RGB (Red+Green+Blue) = 12+182+93=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB65D is #F349A2. Grayscale: #797979. Windows color (decimal): -15944099 or 6141452. OLE color: 6141452.

HSL color Cylindrical-coordinate representation of color #0CB65D: hue angle of 148.59º 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 #0CB65D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 93 -
CMYK 0.93 0 0.49 0.29
HSL 148.59º 0.88% 0.38% -
HSV(B) 148.59º 0.93% 0.71% -
XYZ 18.86 34.32 15.99 -
YUV 121.02 112.18 50.24 -
System Red Green Blue C M Y K H S L
Decimal 12 182 93 0.93 0 0.49 0.29 148.59 0.88 0.38
Hex C B6 5D 5D 0 31 1D 95 58 26
Octal 14 266 135 135 0 61 35 225 130 46
Binary 1100 10110110 1011101 1011101 0 110001 11101 10010101 1011000 100110

Color Harmonies of #0CB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB65D

Black with #0CB65D

Text Example


Text Example

White with #0CB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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