Html Css Color HEX #0BC942 Dark Pastel Green

📋 copy color: '#0BC942'

red 11 ◦ green 201 ◦ blue 66

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

Shades of Dark Pastel Green #0BC942

Tints of Dark Pastel Green #0BC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 72.3%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 3.96%
G = 72.3%
B = 23.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#0BC942 (or 0x0BC942) is known color: Dark Pastel Green. HEX triplet: 0B, C9 and 42. RGB value is (11,201,66). Sum of RGB (Red+Green+Blue) = 11+201+66=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 201 (78.91% from 255 or 72.30% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC942 is #F436BD. Grayscale: #818181. Windows color (decimal): -16004798 or 4376843. OLE color: 4376843.

HSL color Cylindrical-coordinate representation of color #0BC942: hue angle of 137.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC942 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 201 66 -
CMYK 0.95 0 0.67 0.21
HSL 137.37º 0.9% 0.42% -
HSV(B) 137.37º 0.95% 0.79% -
XYZ 22.01 42.24 12.15 -
YUV 128.8 92.55 43.98 -
System Red Green Blue C M Y K H S L
Decimal 11 201 66 0.95 0 0.67 0.21 137.37 0.9 0.42
Hex B C9 42 5F 0 43 15 89 5A 2A
Octal 13 311 102 137 0 103 25 211 132 52
Binary 1011 11001001 1000010 1011111 0 1000011 10101 10001001 1011010 101010

Color Harmonies of #0BC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC942

Black with #0BC942

Text Example


Text Example

White with #0BC942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,201,66); }

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

background-color css

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

 a { background-color: rgb(11,201,66); }

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

border-color css

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

 span { border-color: rgb(11,201,66); }

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