Html Css Color HEX #0BC54E Dark Pastel Green

📋 copy color: '#0BC54E'

red 11 ◦ green 197 ◦ blue 78

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

Shades of Dark Pastel Green #0BC54E

Tints of Dark Pastel Green #0BC54E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 68.88%

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 3.85%
G = 68.88%
B = 27.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#0BC54E (or 0x0BC54E) is known color: Dark Pastel Green. HEX triplet: 0B, C5 and 4E. RGB value is (11,197,78). Sum of RGB (Red+Green+Blue) = 11+197+78=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC54E is #F43AB1. Grayscale: #808080. Windows color (decimal): -16005810 or 5162251. OLE color: 5162251.

HSL color Cylindrical-coordinate representation of color #0BC54E: hue angle of 141.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC54E is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 11 197 78 -
CMYK 0.94 0 0.60 0.23
HSL 141.61º 0.89% 0.41% -
HSV(B) 141.61º 0.94% 0.77% -
XYZ 21.48 40.55 13.9 -
YUV 127.82 99.88 44.68 -
System Red Green Blue C M Y K H S L
Decimal 11 197 78 0.94 0 0.60 0.23 141.61 0.89 0.41
Hex B C5 4E 5E 0 3C 17 8E 59 29
Octal 13 305 116 136 0 74 27 216 131 51
Binary 1011 11000101 1001110 1011110 0 111100 10111 10001110 1011001 101001

Color Harmonies of #0BC54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC54E

Black with #0BC54E

Text Example


Text Example

White with #0BC54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,197,78); }

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

background-color css

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

 a { background-color: rgb(11,197,78); }

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

border-color css

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

 span { border-color: rgb(11,197,78); }

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