Html Css Color HEX #0CB140 Dark Pastel Green

📋 copy color: '#0CB140'

red 12 ◦ green 177 ◦ blue 64

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

Shades of Dark Pastel Green #0CB140

Tints of Dark Pastel Green #0CB140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 4.74%
G = 69.96%
B = 25.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#0CB140 (or 0x0CB140) is known color: Dark Pastel Green. HEX triplet: 0C, B1 and 40. RGB value is (12,177,64). Sum of RGB (Red+Green+Blue) = 12+177+64=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB140 is #F34EBF. Grayscale: #737373. Windows color (decimal): -15945408 or 4239628. OLE color: 4239628.

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

Color convert

RGB 12 177 64 -
CMYK 0.93 0 0.64 0.31
HSL 138.91º 0.87% 0.37% -
HSV(B) 138.91º 0.93% 0.69% -
XYZ 16.8 31.89 10.12 -
YUV 114.78 99.34 54.69 -
System Red Green Blue C M Y K H S L
Decimal 12 177 64 0.93 0 0.64 0.31 138.91 0.87 0.37
Hex C B1 40 5D 0 40 1F 8B 57 25
Octal 14 261 100 135 0 100 37 213 127 45
Binary 1100 10110001 1000000 1011101 0 1000000 11111 10001011 1010111 100101

Color Harmonies of #0CB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB140

Black with #0CB140

Text Example


Text Example

White with #0CB140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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