Html Css Color HEX #0CB95D Pigment Green

📋 copy color: '#0CB95D'

red 12 ◦ green 185 ◦ blue 93

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

Shades of Pigment Green #0CB95D

Tints of Pigment Green #0CB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

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

R = 4.14%
G = 63.79%
B = 32.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#0CB95D (or 0x0CB95D) is known color: Pigment Green. HEX triplet: 0C, B9 and 5D. RGB value is (12,185,93). Sum of RGB (Red+Green+Blue) = 12+185+93=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB95D is #F346A2. Grayscale: #7A7A7A. Windows color (decimal): -15943331 or 6142220. OLE color: 6142220.

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

Color convert

RGB 12 185 93 -
CMYK 0.94 0 0.50 0.27
HSL 148.09º 0.88% 0.39% -
HSV(B) 148.09º 0.94% 0.73% -
XYZ 19.48 35.57 16.19 -
YUV 122.79 111.19 48.98 -
System Red Green Blue C M Y K H S L
Decimal 12 185 93 0.94 0 0.50 0.27 148.09 0.88 0.39
Hex C B9 5D 5E 0 32 1B 94 58 27
Octal 14 271 135 136 0 62 33 224 130 47
Binary 1100 10111001 1011101 1011110 0 110010 11011 10010100 1011000 100111

Color Harmonies of #0CB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB95D

Black with #0CB95D

Text Example


Text Example

White with #0CB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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