Html Css Color HEX #0BC143 Dark Pastel Green

📋 copy color: '#0BC143'

red 11 ◦ green 193 ◦ blue 67

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

Shades of Dark Pastel Green #0BC143

Tints of Dark Pastel Green #0BC143

RGB

 RED value IS 11 (4.69% from 255) = 4.06%

 GREEN value IS 193 (75.78% from 255) = 71.22%

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 4.06%
G = 71.22%
B = 24.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#0BC143 (or 0x0BC143) is known color: Dark Pastel Green. HEX triplet: 0B, C1 and 43. RGB value is (11,193,67). Sum of RGB (Red+Green+Blue) = 11+193+67=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 193 (75.78% from 255 or 71.22% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC143 is #F43EBC. Grayscale: #7C7C7C. Windows color (decimal): -16006845 or 4440331. OLE color: 4440331.

HSL color Cylindrical-coordinate representation of color #0BC143: hue angle of 138.46º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC143 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 193 67 -
CMYK 0.94 0 0.65 0.24
HSL 138.46º 0.89% 0.4% -
HSV(B) 138.46º 0.94% 0.76% -
XYZ 20.22 38.62 11.7 -
YUV 124.22 95.7 47.25 -
System Red Green Blue C M Y K H S L
Decimal 11 193 67 0.94 0 0.65 0.24 138.46 0.89 0.4
Hex B C1 43 5E 0 41 18 8A 59 28
Octal 13 301 103 136 0 101 30 212 131 50
Binary 1011 11000001 1000011 1011110 0 1000001 11000 10001010 1011001 101000

Color Harmonies of #0BC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC143

Black with #0BC143

Text Example


Text Example

White with #0BC143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,193,67); }

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

background-color css

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

 a { background-color: rgb(11,193,67); }

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

border-color css

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

 span { border-color: rgb(11,193,67); }

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