Html Css Color HEX #0CB12B Dark Pastel Green

📋 copy color: '#0CB12B'

red 12 ◦ green 177 ◦ blue 43

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

Shades of Dark Pastel Green #0CB12B

Tints of Dark Pastel Green #0CB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.53%

R = 5.17%
G = 76.29%
B = 18.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#0CB12B (or 0x0CB12B) is known color: Dark Pastel Green. HEX triplet: 0C, B1 and 2B. RGB value is (12,177,43). Sum of RGB (Red+Green+Blue) = 12+177+43=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 177 (69.53% from 255 or 76.29% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB12B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB12B is #F34ED4. Grayscale: #707070. Windows color (decimal): -15945429 or 2863372. OLE color: 2863372.

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

Color convert

RGB 12 177 43 -
CMYK 0.93 0 0.76 0.31
HSL 131.27º 0.87% 0.37% -
HSV(B) 131.27º 0.93% 0.69% -
XYZ 16.31 31.7 7.54 -
YUV 112.39 88.84 56.4 -
System Red Green Blue C M Y K H S L
Decimal 12 177 43 0.93 0 0.76 0.31 131.27 0.87 0.37
Hex C B1 2B 5D 0 4C 1F 83 57 25
Octal 14 261 53 135 0 114 37 203 127 45
Binary 1100 10110001 101011 1011101 0 1001100 11111 10000011 1010111 100101

Color Harmonies of #0CB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB12B

Black with #0CB12B

Text Example


Text Example

White with #0CB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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