Html Css Color HEX #0BC04C Dark Pastel Green

📋 copy color: '#0BC04C'

red 11 ◦ green 192 ◦ blue 76

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

Shades of Dark Pastel Green #0BC04C

Tints of Dark Pastel Green #0BC04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 3.94%
G = 68.82%
B = 27.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#0BC04C (or 0x0BC04C) is known color: Dark Pastel Green. HEX triplet: 0B, C0 and 4C. RGB value is (11,192,76). Sum of RGB (Red+Green+Blue) = 11+192+76=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC04C is #F43FB3. Grayscale: #7C7C7C. Windows color (decimal): -16007092 or 5029899. OLE color: 5029899.

HSL color Cylindrical-coordinate representation of color #0BC04C: hue angle of 141.55º 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 #0BC04C is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 192 76 -
CMYK 0.94 0 0.60 0.25
HSL 141.55º 0.89% 0.4% -
HSV(B) 141.55º 0.94% 0.75% -
XYZ 20.29 38.29 13.16 -
YUV 124.66 100.53 46.93 -
System Red Green Blue C M Y K H S L
Decimal 11 192 76 0.94 0 0.60 0.25 141.55 0.89 0.4
Hex B C0 4C 5E 0 3C 19 8E 59 28
Octal 13 300 114 136 0 74 31 216 131 50
Binary 1011 11000000 1001100 1011110 0 111100 11001 10001110 1011001 101000

Color Harmonies of #0BC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC04C

Black with #0BC04C

Text Example


Text Example

White with #0BC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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