#0BC04A

Color #0BC04A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0BC04A

Tints of Dark Pastel Green #0BC04A

Color information

#0BC04A (or 0x0BC04A) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C0 and 4A. RGB value is (11,192,74). Sum of RGB (Red+Green+Blue) = 11+192+74=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC04A is #F43FB5. Grayscale: #7C7C7C. Windows color (decimal): -16007094 or 4898827. OLE color: 4898827.

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

Color convert

RGB1119274-
CMYK0.9400.610.25
HSL140.88º89.16%39.8%-
HSV(B)140.88º94.27%75.29%-
XYZ20.2238.2612.8-
YUV124.4399.5347.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.97%
GREEN value IS 192 (75.39% from 255) = 69.31%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=3.97%
G=69.31%
B=26.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11192740.9400.610.25140.8889.1639.8
HexBC04A5E03D198d5928
Octal133001121360753121513150
Binary10111100000010010101011110011110111001100011011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BC04A;
 }
 .AnyTagClassName
 {
   color: #0BC04A;
 }
</style>
background-color css

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

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

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

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

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

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