Html Css Color HEX #0BC054 Dark Pastel Green

📋 copy color: '#0BC054'

red 11 ◦ green 192 ◦ blue 84

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

Shades of Dark Pastel Green #0BC054

Tints of Dark Pastel Green #0BC054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.9%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 3.83%
G = 66.9%
B = 29.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#0BC054 (or 0x0BC054) is known color: Dark Pastel Green. HEX triplet: 0B, C0 and 54. RGB value is (11,192,84). Sum of RGB (Red+Green+Blue) = 11+192+84=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC054 is #F43FAB. Grayscale: #7D7D7D. Windows color (decimal): -16007084 or 5554187. OLE color: 5554187.

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

Color convert

RGB 11 192 84 -
CMYK 0.94 0 0.56 0.25
HSL 144.2º 0.89% 0.4% -
HSV(B) 144.2º 0.94% 0.75% -
XYZ 20.59 38.41 14.72 -
YUV 125.57 104.53 46.28 -
System Red Green Blue C M Y K H S L
Decimal 11 192 84 0.94 0 0.56 0.25 144.2 0.89 0.4
Hex B C0 54 5E 0 38 19 90 59 28
Octal 13 300 124 136 0 70 31 220 131 50
Binary 1011 11000000 1010100 1011110 0 111000 11001 10010000 1011001 101000

Color Harmonies of #0BC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC054

Black with #0BC054

Text Example


Text Example

White with #0BC054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,192,84); }

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

background-color css

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

 a { background-color: rgb(11,192,84); }

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

border-color css

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

 span { border-color: rgb(11,192,84); }

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