Html Css Color HEX #0CB12F Dark Pastel Green

📋 copy color: '#0CB12F'

red 12 ◦ green 177 ◦ blue 47

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

Shades of Dark Pastel Green #0CB12F

Tints of Dark Pastel Green #0CB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 75%

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 5.08%
G = 75%
B = 19.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#0CB12F (or 0x0CB12F) is known color: Dark Pastel Green. HEX triplet: 0C, B1 and 2F. RGB value is (12,177,47). Sum of RGB (Red+Green+Blue) = 12+177+47=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 177 (69.53% from 255 or 75% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB12F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB12F is #F34ED0. Grayscale: #717171. Windows color (decimal): -15945425 or 3125516. OLE color: 3125516.

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

Color convert

RGB 12 177 47 -
CMYK 0.93 0 0.73 0.31
HSL 132.73º 0.87% 0.37% -
HSV(B) 132.73º 0.93% 0.69% -
XYZ 16.39 31.73 7.95 -
YUV 112.85 90.84 56.07 -
System Red Green Blue C M Y K H S L
Decimal 12 177 47 0.93 0 0.73 0.31 132.73 0.87 0.37
Hex C B1 2F 5D 0 49 1F 85 57 25
Octal 14 261 57 135 0 111 37 205 127 45
Binary 1100 10110001 101111 1011101 0 1001001 11111 10000101 1010111 100101

Color Harmonies of #0CB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB12F

Black with #0CB12F

Text Example


Text Example

White with #0CB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,177,47); }

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

background-color css

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

 a { background-color: rgb(12,177,47); }

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

border-color css

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

 span { border-color: rgb(12,177,47); }

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